DEV Community

Discussion on: Redux or MobX for ReactJS?

Collapse
 
thechrisjasper profile image
Chris Jasper

I would say neither if you are just starting out. I haven't figured out why devs default to using any library before figuring out if they really need it for the project. Check out the new Context API in the latest version of React, it will get you really far.
Disclaimer: I strongly dislike Redux.