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

17 lines
1.3 KiB
Plaintext

// Generated by scripts/generate-showcase.mjs. Do not edit directly.
page V06FunctionsGuide {
layout = "showcase"
seo {
title = "WRNexusJS v0.6 Functions"
description = "Classify behavior for the browser, server, or both runtimes from one functions block."
}
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>Functions</span></nav>
<header class="docs-intro"><span class="showcase-eyebrow">WRNexusJS v0.6</span><h1>Functions</h1><p>Classify behavior for the browser, server, or both runtimes from one functions block.</p></header>
<section class="guide-section"><h2>Client</h2><p>Compile browser-only functions into CSP-safe client modules.</p></section><section class="guide-section"><h2>Server</h2><p>Keep server-only functions out of browser artifacts and expose typed RPC calls when referenced.</p></section><section class="guide-section"><h2>Shared</h2><p>Emit deterministic shared helpers to both compilation targets.</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>
}
}