// Generated by scripts/generate-showcase.mjs. Do not edit directly. page V06StoresGuide { layout = "showcase" seo { title = "WRNexusJS v0.6 Stores" description = "Create request-safe global stores and route-scoped page stores with typed actions and computed state." } view {
WRNexusJS v0.6

Stores

Create request-safe global stores and route-scoped page stores with typed actions and computed state.

Global stores

Survive CSR navigation while remaining isolated for every SSR request.

Page stores

Share state with route descendants and dispose it when navigation leaves the route.

Persistence

Persist include-only safe fields to memory, session, or local storage.

} }