Talks & Blogs
Official resources
- Introduction blog post The curious case of MobX state tree
- Free egghead.io MST course
- Introduction tutorial
Talks
- Talk React Europe 2017: Next generation state management
- Talk ReactNext 2017: React, but for Data (slides, demo)
- Talk ReactJSDay Verona 2017: Immutable or immutable? Both! (slides, demo)
- Talk React Alicante 2017: Mutable or Immutable? Let's do both! (slides)
- Talk ReactiveConf 2016: Immer-mutable state management
- Talk FrontendLove 2018: MobX State Tree + React: pure reactivity served by Luca Mezzalira (slides).
- Talk React Native EU 2019: Resolving the Great State Debate with Hooks, Context, and MobX-State-Tree by Jamon Holmgren (slides)
- International JavaScript Conference 2019, Londen You don’t know MobX State Tree, by Max Gallo
- React Europe 2019: Combining GraphQL + mobx-state-tree
Blogs / Vlogs
- Introduction to MobX State Tree by Leigh Halliday
- Creating a Trivia App with Ignite Bowser by Robin Heinze
- The MobX book by Pavan Podila and Michel Weststrate, discusses MobX-State-Tree as well.
- How to: mobx-state-tree + react + typescript by Margarita Krutikova
- MobX-state-tree: A step by step guide for React Apps by Faris Tangastani
Supported devtools:
- Reactotron
- MobX DevTools
- The Redux can be connected as well as demonstrated here
Addons, libraries and tools
- mst-query - Query library for MST with support for auto normalization, garbage collection, infinite scroll & pagination, and more