Resources

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

Philosophy