@xaviergonz/mobx-state-tree

Opinionated, transactional, MobX powered state container

Usage no npm install needed!

<script type="module">
  import xaviergonzMobxStateTree from 'https://cdn.skypack.dev/@xaviergonz/mobx-state-tree';
</script>

README

logo

mobx-state-tree

Opinionated, transactional, MobX powered state container combining the best features of the immutable and mutable world for an optimal DX

npm version CircleCI Coverage Status Join the community on Spectrum

Mobx and MST are amazing pieces of software, for me it is the missing brick when you build React based apps. Thanks for the great work!

Getting started

See the Getting started tutorial or follow the free egghead.io course.

👉 Official docs can be found at http://mobx-state-tree.js.org/

Thanks!

  • Mendix for sponsoring and providing the opportunity to work on exploratory projects like MST.
  • Dan Abramov's work on Redux has strongly influenced the idea of snapshots and transactional actions in MST.
  • Giulio Canti's work on tcomb and type systems in general has strongly influenced the type system of MST.
  • All the early adopters encouraging to pursue this whole idea and proving it is something feasible.