@frontops/redux-utils
v0.1.2
Published
> Improve your redux experience!
Downloads
1
Readme
redux-utils | FrontOps
Improve your redux experience!
DISCLAIMER
DO NOT USE THIS, IT'S ALPHA VERSION
Features
List of tools to easier redux's application setup and development.
- Multi instance store factory.
- Store with hot plug&play reducers and middlewares for code splitting.
- Reducer creator without tons of switch/case.
- Middleware creator without tons of switch/case.
- Middleware flow control tools.
Installation
npm i -D @frontops/redux-utils
Contributing
- Fork it (https://github.com/pashaigood/frontops/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request