Files
2026-08-01 01:09:58 +05:30

17 lines
1.4 KiB
Plaintext

// 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 {
<article class="page-docs guide-page">
<nav class="docs-breadcrumbs" aria-label="Breadcrumb"><a href="/docs">Docs</a><span aria-hidden="true">/</span><span>WRNexusJS v0.6</span><span aria-hidden="true">/</span><span>Stores</span></nav>
<header class="docs-intro"><span class="showcase-eyebrow">WRNexusJS v0.6</span><h1>Stores</h1><p>Create request-safe global stores and route-scoped page stores with typed actions and computed state.</p></header>
<section class="guide-section"><h2>Global stores</h2><p>Survive CSR navigation while remaining isolated for every SSR request.</p></section><section class="guide-section"><h2>Page stores</h2><p>Share state with route descendants and dispose it when navigation leaves the route.</p></section><section class="guide-section"><h2>Persistence</h2><p>Persist include-only safe fields to memory, session, or local storage.</p></section>
<nav class="guide-next"><a href="/framework-guides">Framework guides <span aria-hidden="true">→</span></a><a href="/v06-migration">Migration guide <span aria-hidden="true">→</span></a></nav>
</article>
}
}