Universal deep-reactive state via native Proxy, zero dependencies
idae-stator is the reactive state layer shared across Idae projects: a recursive Proxy tracks mutations at any depth in objects and arrays, exposing both a plain onchange callback and a standard EventTarget API, with zero dependencies.
flowchart TD P["Idae monorepo"] --> S["idae-stator"] S --> A["native Proxy, tracks any-depth mutations"] S --> B["onchange callback + EventTarget API"] S --> C["isomorphic: browser, Node.js, SSR"]
Lightweight, universal, deeply reactive state management library. Uses native Proxy to track mutations at any depth in objects and arrays, and exposes both onchange callbacks and a standard EventTarget API, isomorphic across Browser, Node.js and SSR.