Files

17 lines
1.3 KiB
Plaintext

// Generated by scripts/generate-showcase.mjs. Do not edit directly.
page V06StateGuide {
layout = "showcase"
seo {
title = "WRNexusJS v0.6 State"
description = "Use individual or grouped typed state declarations with shared, client-only, and server-only scopes."
}
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>State</span></nav>
<header class="docs-intro"><span class="showcase-eyebrow">WRNexusJS v0.6</span><h1>State</h1><p>Use individual or grouped typed state declarations with shared, client-only, and server-only scopes.</p></header>
<section class="guide-section"><h2>Shared state</h2><p>Render during SSR and safely hydrate serializable values into the browser.</p></section><section class="guide-section"><h2>Client state</h2><p>Keep browser-only interaction state out of server artifacts.</p></section><section class="guide-section"><h2>Server state</h2><p>Keep sensitive request-only state out of hydration data.</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>
}
}