bind-react-redux
v0.6.0
Published
A Predictable State Manangement.
Downloads
16
Readme
Bundled react-redux and redux into small
A Predictable State Management 👀.
💩 Using old redux getState function return a reference to the local state instead of create a clone of that, can easily mutated this may not predictable anymore.
👎 Install both (react-redux, redux) packages may not not necessary.
👎 Too much middlewares installed in your project.
👍 Improve create your custom middleware with ease.
Installation
Using git:
git clone https://github.com/hotsnow199/bind-react-redux
Using npm:
npm install bind-react-redux
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.