12/11/17
Why we chose it over Redux
MobX is a battle tested library that makes state management simple and scalable by transparently applying functional reactive programming (TFRP)
Component State
Container Pattern
Store Pattern / Shared State
Bonus Points - Why is this bad?
It's shared mutable state!
Complexity
Familarity
Boilerplate
Downsides