参考资料
官方文档
mobx 更简单,可扩展的状态管理 https://github.com/mobxjs/mobx
装饰器文档 https://mobx.js.org/best/decorators.html
awesome-mobx https://github.com/mobxjs/awesome-mobx/blob/master/README-CN.md
教程
MobX 和 Redux 的比较 https://github.com/sorrycc/blog/issues/5
最简实践与项目
mobx-react-todomvc (官方实现的mobx和react的todomvc,对学习和理解mobx很有帮助) https://github.com/mobxjs/mobx-react-todomvc