17 lines
1.4 KiB
Plaintext
17 lines
1.4 KiB
Plaintext
// 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 {
|
|
<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>Runtime</span></nav>
|
|
<header class="docs-intro"><span class="showcase-eyebrow">WRNexusJS v0.6</span><h1>Runtime</h1><p>Split server and browser artifacts, hydrate only interactive components, and preserve compatible state during HMR.</p></header>
|
|
<section class="guide-section"><h2>Partial hydration</h2><p>Load client code using load, idle, visible, interaction, media, or none strategies.</p></section><section class="guide-section"><h2>RPC</h2><p>Validate browser-to-server inputs and outputs with same-origin and CSRF-aware defaults.</p></section><section class="guide-section"><h2>HMR</h2><p>Replace functions and preserve compatible component and store state.</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>
|
|
}
|
|
}
|