@savkit/readystore
v0.1.9
Published
ReadyStore Core helps you build Stores based on pure Angular Signals or pure RxJs. A Store can work independently or be dependency-aware, relying on other Stores or facades if needed. It enables you to design clean data architectures on the UI layer, whic
Downloads
14
Maintainers
Readme
@savkit/readystore
⚠️ Alpha Version Notice
This package is currently in alpha and not ready for production use.
Beta and final releases are coming soon.
ReadyStore Core — dependency-aware state based on Angular Signals: computes values only when all required data is ready. If data is missing, computation is not performed.
- ✅ Signals-first API
- ✅ Dependency tracking
- ✅ Guarded / lazy evaluation (no compute until ready)
- ✅ TypeScript typings
Install
npm i @savkit/readystore