@taujs/solid
v0.6.1
Published
Framework-agnostic Solid SSR primitives - transport layer for server-side rendering and hydration
Maintainers
Readme
@taujs/solid
npm install @taujs/solid
yarn add @taujs/solid
pnpm add @taujs/solid
τjs
Solid Renderer: CSR, SSR, Streaming SSR
https://taujs.dev/
A lightweight, production-ready Solid SSR library with streaming capabilities, built for modern TypeScript applications. Designed as part of the taujs (τjs) ecosystem but fully standalone and runtime-agnostic.
solid-jsis a required peer.vite,vite-plugin-solidandtypescriptare optional peers, needed only when you consume@taujs/solid/renderer(the managed compiler) or@taujs/solid/plugin; the runtime author surface at@taujs/solidneeds none of them.
Known limitation (solid-js 1.9.x): interactions that occur before hydration completes may be lost. Solid captures the event but its later replay finds an expired event path, so no handler runs. See the renderer guide for detail.
https://taujs.dev/renderers/solid/
