DEV Community

Discussion on: Redux vs Mobx: Which is the Better?

Collapse
 
mgan59 profile image
Morgan Craft

I found managing Redux overtime for a large application can become difficult. Haven't done much with MobX, but could see it being useful in having some separations of concerns via stores. As managing namespaces in redux can again become cumbersome overtime especially as developers are constantly adding/building new features.

Would like to point out though when using React, I don't use any of these libraries anymore and rely on react-hooks. And I'd encourage folks that are doing/learning React to adopt hooks as well. But to @andyrosenberg point, if you are using a non-react javascript interface I could see these frameworks/libraries still being useful.