Real-World MobX Project Architecture
Mattia Manzati
In this talk, we will discover how to use MobX in our application by looking at a real world example and extracting patterns from it.
We will discover how to structure a project maximising the reactiveness of our data model, reducing the amount of duplicated data and the amount of bugs.
We will also cover hidden features of mobx like interceptReads to discover how to introduce some useful magic in our domain logic.