React state management. What should I use?

asimdahall

Asim Dahal

Posted on August 3, 2019

React state management. What should I use?

When I first started developing apps in react, I used redux along with redux-saga for state management and async tasks but after I came to know about the react hook 'useReducer' combined with the context API, I don't feel there is any necessity to use redux but I say many big companies using redux for state management. I am confused what should I be using. Should I stick to using redux or should I use the new useReducer hook combined with context API?

💖 💪 🙅 🚩
asimdahall
Asim Dahal

Posted on August 3, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related