ztools.ssr.js

Exports (auto)

SSR-only entry point.

Import example

import { h, tags, renderToString } from "@ztools.org/runtime/ssr";

When to use

Use this entry in Node/build pipelines when you only need SSR helpers and no browser runtime.

Re-exports ./src/ssr.js.

Use this on Node/server build steps to generate HTML with:

Examples

Related APIs