Simpler data management for react.
Separation of application view and data without spaghetti-coded providers and boilerplate code.
Library helps to create small stores with react-like lifecycle and scoped signaling.
- Strictly typed
- No boilerplate code
- Fast
- Simple
- Testable
- Tree shaking
npm install --save dreamstate
react >= 16.8.0
Feel free to open PRs or issues.
MIT