atto-redux
v1.0.2
Published
A minimalist Redux-like library
Downloads
3
Readme
atto-redux ·
A minimalist Redux-like library
Notes
This is not a full compatible Redux implementation, even it has a lot of the features. I built it only with the intention of learning and building an open source project, after watching an excelent series of episodes in Egghead about Redux, made by Dan Abramov.
Usage
Yarn
$ yarn add atto-redux
NPM
$ npm install atto-redux --save
Todo list
- [ ] Add linter
- [ ] Add flow support
- [ ] Add format: Standard JS
- [x] Add badges
- [x] Check dependencies (all up to date?)
- [ ] Documentation
- [x] Link to the original Redux page (for a complete solution) in the README.md
- [ ] Add examples