DEV Community

Anish Kumar
Anish Kumar

Posted on

Quick Start with Redux and Redux-Saga using Redux-Box

It's a quick tutorial for all the visual learners, showing how you can use redux and redux-saga in your react / react-native applications to manage the store in a modular and expressive fashion.

What's Redux-Box:

Setting up and organizing a redux store in your react/react-native projects can be a tedious and daunting task. Redux-Box aims at extracting the complexity in setting up redux with redux-saga, without losing the flexibility or without introducing new bizarre terms.


For more info, here's the Github repo:
https://github.com/anish000kumar/redux-box

Top comments (0)