DEV Community

Discussion on: My thoughts on endless battle of React state management libraries (setState/useState vs Redux vs Mobx)

Collapse
 
mpodlasin profile image
mpodlasin

Hey Mirko. Thanks for commenting.

Maybe that wasn't entirely clear in the article, but I DO consider Mobx superior to Redux in most of use cases.

I didn't have "scratch my head" moments too often when developing an app, but I still felt that I am not fully in control of the framework.

This article wasn't meant to bash Mobx (or even Redux). If it works well for you, by all means continue to use it.

Collapse
 
psiho profile image
Mirko Vukušić

No, no, I haven't foind your article to bash Mobx. Just focussed on Mobx part of it, trying to find myself there, but didnt :). And wanted to share.

Mobx is a "magic black box" often, but I got so used to it that it doesn't serve me any surprises.

Thread Thread
 
mpodlasin profile image
mpodlasin

Fair enough!

Glad it works for you. Thanks for the comment. :)