Core

Core packages

Core is a collection — the packages in this repo, from the reactive primitives to the DOM renderer that makes SignalX a web framework. Each one carries its own docs.

6 of 6
Stable
Reactivity
@sigx/reactivity
Signals, computed and effects — the reactive primitives everything is built on.
v0.4.9Open
Stable
Runtime Core
@sigx/runtime-core
Component model and renderer base shared across every render target.
v0.4.9Open
Stable
Runtime DOM
@sigx/runtime-dom
The DOM renderer — this is SignalX on the web.
v0.4.9Open
Stable
sigx
sigx
The public umbrella package you import in web apps (reactivity + runtime-core + runtime-dom).
v0.4.9Open
Stable
Server Renderer
@sigx/server-renderer
Render components to HTML on the server, then hydrate on the client.
v0.4.9Open
Stable
Vite Plugin
@sigx/vite
Vite plugin for dev and build with component HMR.
v0.4.9Open