Resources
- Ten minute interactive introduction to MobX and React
- How MobX works: In depth explanation of MobX
- Clone the boilerplate repository containing the above example from: https://github.com/mweststrate/react-mobservable-boilerplate.
- Or fork this JSFiddle.
Related projects
- mobx-connect MobX @connect decorator for react components. Similar to redux’s @connect.
- rfx-stack RFX Stack - Universal App featuring: React + Feathers + MobX
- mobx-reactor Connect MobX data stores to functional stateless React components with async actions and unidirectional data flow.
- mobx-model Simplify mobx data stores that mimic backend models
- rx-mobx Convert Mobx observables to RxJS and vice versa
More examples
A nice list is WIP, but see this github issue for a list of example projects, including routing, authorization, server side rendering etc.
- TodoMVC using MobX and React
- The ports of the Notes and Kanban examples from the book “SurviveJS - Webpack and React” to mobservable.
- A simple webshop using React + mobx or JQuery + mobx.
- Simple timer application in JSFiddle.
- Simple ES5 MobX examples Bite sized MobX examples all setup to run in jsFiddle.