// Generated by scripts/generate-showcase.mjs. Do not edit directly. page V06RuntimeGuide { layout = "showcase" seo { title = "WRNexusJS v0.6 Runtime" description = "Split server and browser artifacts, hydrate only interactive components, and preserve compatible state during HMR." } view {
WRNexusJS v0.6

Runtime

Split server and browser artifacts, hydrate only interactive components, and preserve compatible state during HMR.

Partial hydration

Load client code using load, idle, visible, interaction, media, or none strategies.

RPC

Validate browser-to-server inputs and outputs with same-origin and CSRF-aware defaults.

HMR

Replace functions and preserve compatible component and store state.

} }