Ditching setState for MobX
How to leverage observables, observers, computed properties, autorun & more to supercharge & simplify your React workflow.
In late 2017 I worked on a React Native project with a team that had used MobX as their state management library.
I had worked quite a bit with MobX in the past, but this team took it to another level, & I have to say not only did I like their approach but I learned…