DEV Community

Harsh Nasit
Harsh Nasit

Posted on

What is the most effective way of State Management in Enterprise level React Application

I am totally confused about how to manage the application level state in React.
I have an enterprise-level application frontend that has some data that is used across application.

Should I use Redux or react hooks or my own JavaScript code that manages the state?

Top comments (0)