We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Real-World MobX Project Architecture

Formal Metadata

Title
Real-World MobX Project Architecture
Alternative Title
Advanced Types in TypeScript
Title of Series
Number of Parts
50
Author
License
CC Attribution 3.0 Germany:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2019

Content Metadata

Subject Area
Genre
Abstract
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.