DEV Community

James George
James George

Posted on

What is your go to solution for global state management in React?

Was just curious to know which utility you guys depend on in-order to manage state globally within your React app. Whether it would be Redux, Mobx, Context API or other third party choices, leave down your thoughts below :)

Latest comments (1)

Collapse
 
ivanaimufua41 profile image
Ivan Aimufua

I've been using context api for a rather large web app. I find it is simple to use but most times I use redux