- React Native Blueprints
- Emilio Rodriguez Martinez
- 91字
- 2021-07-02 15:20:02
Managing our state with MobX
MobX is a library which makes state management simple and scalable by transparently applying functional reactive programming. The philosophy behind MobX is very simple: anything that can be derived from the application state, should be derived automatically. This philosophy applies to UI, data serialisation and server communication.
Lots of documentation and examples of using MobX can be found on its website https://mobx.js.org/, although we will make a small introduction in this section to fully understand our app's code in this chapter.
推薦閱讀
- 全屋互聯:智能家居系統開發指南
- 嵌入式應用程序設計綜合教程(微課版)
- 循序漸進學Docker
- 網絡操作系統教程:Windows Server 2016管理與配置
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- Red Hat Enterprise Linux 6.4網絡操作系統詳解
- Linux網絡配置與安全管理
- Mastering Windows 8 C++ App Development
- Linux操作系統案例教程(第2版)
- 鴻蒙入門:HarmonyOS應用開發
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- Android NDK Beginner's Guide
- Less Web Development Essentials
- Linux指令從初學到精通
- 鴻蒙HarmonyOS應用開發從入門到精通