• Resources
    • Related projects
    • More examples
    • Philosophy

    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.
    • 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.

    Philosophy

    • Making React reactive: the pursuit of high performing, easily maintainable React apps
    • SurviveJS interview on Mobservable, React and Flux
    • Pure rendering in the light of time and state
    • Official homepage