- 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.
推薦閱讀
- Mastering ElasticSearch
- Kali Linux滲透測試全流程詳解
- FreeRTOS實時內核應用指南
- Windows Server 2012 Hyper-V Cookbook
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- 計算機系統開發與優化實戰
- 混沌工程:復雜系統韌性實現之道
- Windows Server 2012網絡操作系統企業應用案例詳解
- Java EE 8 Design Patterns and Best Practices
- 深入淺出Node.js
- 云原生落地:產品、架構與商業模式
- Social Data Visualization with HTML5 and JavaScript
- Linux系統最佳實踐工具:命令行技術
- Linux操作系統
- Linux應用大全 基礎與管理