These are the sample code for redux-saga
.
If my work is useful to you, I will be glad.
Enjoy!
There are tests
for reducers and sagas.
git clone [email protected]:Bukovski/redux-saga-examples.git
cd ./redux-saga-examples
npm install
npm run start
- redux is Predictable State Container for JS Apps
- react-redux is Official React bindings for Redux
- redux-logger - is a middleware for Redux. It will log actions to console
- redux-saga - async data middleware for Redux, intercept actions with side effects and handle them, Redux reducers remain pure.
- styled-components improved styling of react components