-
MobX Docs
https://github.com/mobxjs/mobx The official MobX documentation. They also have an interactive 10 minutes introduction to get started with MobX and React. I would suggest you also take a look at their API overview. -
Getting Started with MobX - Video Series
MobX introduction tutorial by LearnCode.academy A quick two videos introduction to MobX, how to set it up get start coding a simple ToDo App. -
Managing complex state in React - Video Series
Manage Complex State in React Apps with MobX MobX fundamentals including debugging with the MobX-react devtools. -
Introduction video to MobX with React - Video
Practical React with MobX In depth introduction to MobX with React including 'Why mobx' (all coded with ES5). -
Comparing MobX and Redux - Video
Comparing MobX and Redux A great video to understand the differences between MobX and Redux. -
React Native with MobX — Getting Started
Medium article An introduction article about combining MobX and React Native to create a simple list app.
- Testing React and MobX
How to Test React and MobX with Jest