DEV Community

Discussion on: What state management you use?

Collapse
 
nestedsoftware profile image
Nested Software

In React, I think you can get away with a combination of using the new context api along with component composition. Redux seems to be a bit of a de facto standard for react apps, but can easily get a bit complicated, so you may not need it.