dreamstate
Version:
Store management library based on react context and observers
43 lines (28 loc) • 1.38 kB
Markdown
# <a href='https://www.npmjs.com/package/dreamstate'> 🎸 dreamstate </a>
[](https://www.npmjs.com/package/dreamstate)
[](https://github.com/Neloreck/dreamstate/search?l=typescript)
<br/>
[](https://neloreck.github.io/dreamstate-book/)
[](https://github.com/Neloreck/dreamstate/blob/master/LICENSE)
<hr/>
Simple data management for react. <br/>
<br/>
Separation of application view and data without spaghetti-coded contexts and boilerplate code. <br/>
Library helps to create small stores with component-like lifecycle and scoped lifetime. <br/>
- [x] Strictly typed
- [x] No boilerplate code
- [x] Fast
- [x] Simple
- [x] Testable
## Documentation
- [usage](https://neloreck.github.io/dreamstate-book/usage.html)
- [book](https://neloreck.github.io/dreamstate-book/)
- [code examples](https://github.com/Neloreck/dreamstate/tree/master/examples)
## Install
- `npm install --save dreamstate`
## Requirements
- `react >= 16.8.0`
## Proposals and contribution:
Feel free to open PRs or issues. <br/>
## Licence
MIT