DEV Community

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

Collapse
 
andyrosenberg profile image
AndyRosenberg • Edited

I’ve never really messed with MobX, but I enjoy Redux, even coming from a generally OO background. I needed to learn it for a Preact project at work, and it took about 2-3 weeks to get the hang of it. Learning to use Redux in its simplest form, without react-redux, really helped.