Server

Server packages

Server-side rendering for SignalX — @sigx/server-renderer streams your component tree to HTML and hydrates it on the client, and @sigx/ssr-islands layers on selective client:* hydration. Each one carries its own docs.

2 of 2
Stable
Server Renderer
@sigx/server-renderer
Render components to an HTML string or stream on the server, hydrate the DOM on the client, manage the document head, and extend rendering through the plugin SPI.
v0.5.0Open
Stable
Islands
@sigx/ssr-islands
Islands architecture for SignalX SSR — hydrate only interactive components with client:load / idle / visible / media / only, with per-island code splitting. Layers on @sigx/server-renderer.
v0.4.2Open