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.
◇Stable
Reactivity
@sigx/reactivity
Signals, computed and effects — the reactive primitives everything is built on.
v0.13.0Open
⊙Stable
Runtime Core
@sigx/runtime-core
Component model and renderer base shared across every render target.
v0.13.0Open
◧Stable
Runtime DOM
@sigx/runtime-dom
The DOM renderer — this is SignalX on the web.
v0.13.0Open
◈Stable
Cache
@sigx/cache
A cache-policy pack for useData/useAction — staleTime, focus & interval revalidation, keepPreviousData, cache-aware invalidate() and optimistic mutate(). Renderer-portable; installs as one plugin without touching your call sites.
v0.13.0Open
◑Stable
sigx
sigx
The public umbrella package you import in web apps (reactivity + runtime-core + runtime-dom).
v0.13.0Open
◮Stable
Vite Plugin
@sigx/vite
Vite plugin for dev and build with component HMR.
v0.13.0Open
