State Management with MobX State Tree
Introduction to MobX State Tree
To see a completed React Native example using MobX State Tree and our example BookStore, check out the repo here.
Working with the community as well as companies that are using React & React Native over the past year or so, I get this question a lot: should I use Redux or MobX?
Well, the answer I give to that question varies depending on the client, person, or project I’m working with, but in general I am not biased towards either as they both competently accomplish the goal of state management and do so with elegance and fairly robust communities / documentation.
Now with MobX State Tree, we have another first class contender that should be thrown into the mix. While it is not completely its own separate state management solution ... Read More...