Lightweight reactive state manager for Node.js. State changes are tracked via ES6 Proxy and propagated to subscribers through listeners.
- Reactive state container
- Listener-based reactivity model
- Subscriptions to state field changes
- Callback execution on state updates
- Node.js
- TypeScript
- ES6 Proxy
- Jest (unit tests)
- npm package
- Listener-based reactivity implementation