// 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 {
WRNexusJS v0.6

State

Use individual or grouped typed state declarations with shared, client-only, and server-only scopes.

Shared state

Render during SSR and safely hydrate serializable values into the browser.

Client state

Keep browser-only interaction state out of server artifacts.

Server state

Keep sensitive request-only state out of hydration data.

} }