DEV Community

Discussion on: You don't have to use Redux

Collapse
 
johnmunsch profile image
John Munsch

Another good reason to use Redux is that your state management is independently testable and because it is component system independent. So, if you're transitioning off of React to a Web Components based system in the future then your state management still works and isn't tied to React specifically.