@arrow-js/ssr
v1.0.0
Published
Server-side rendering helpers for ArrowJS.
Readme
@arrow-js/ssr

ArrowJS is a tiny, type-safe reactive UI runtime built around JavaScript modules, template literals, and the DOM.
Docs · API Reference · Playground
What this package does
@arrow-js/ssr renders Arrow views to HTML on the server.
It provides:
renderToString()to render a view into HTML and payload dataserializePayload()to embed that payload into the page for hydration
Use it with @arrow-js/framework on the server and @arrow-js/hydrate in the browser.
Install
pnpm add @arrow-js/core @arrow-js/framework @arrow-js/ssr