Related Libraries
W3 composable Web infrastructure:
- Core
- vanilla-signal, a signal-based fine-grained reactive runtime. It supports complex UI state management and layered organization of business state, derived values, and rendering.
- Data
- vanilla-signal-query, a server-state and async query manager. It provides reactive request state, pluggable data cache adapters, stale refresh, request deduplication, retry, timeout, cancellation, prefetch, and cache invalidation.
- vanilla-request, an HTTP request utility. It handles request preparation, sending, parsing, interception, error handling, and progress events.
- vanilla-create-storage, a client-side storage utility. It provides a unified API for
cookie,localStorage, andsessionStorage. - vanilla-simple-lru, an LRU memory cache. It extends native
Mapand supports bounded capacity, LRU promotion, optional expiration, and eviction hooks.
- UI
- App
- vanilla-signal-i18n, a signal-based internationalization manager. It provides reactive i18n management and supports language switching.
- Build
- create-vanilla-press, a static site generator. It supports custom layouts and components, on-demand minimal runtime builds, external connection capabilities, and related features.