Simple, scalable state management
-
Simple
-
Unopinionated
-
Performant
-
Unobstructive
Anything that can be derived from the application state, should be derived. Automatically.
-
Observables
-
Computed
-
Actions
-
Transactions
-
Reactions
-
ACTION -> STATE -> VIEWS
-
Synchronous
-
Computed values are lazy
-
Computed values should be pure. Can not change state.
-
https://www.youtube.com/watch?v=XGwuM_u7UeQ
-
http://mobxjs.github.io/mobx/
Made with Slides.com