- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 50字
- 2021-07-02 12:40:29
Single source of truth
The whole application state is stored in a single object, called the state tree. This makes it easier to create modern applications, as the server state can easily be serialized and hydrated to client apps.
An example for an online medical store app is as follows:

推薦閱讀
- Learning Cython Programming(Second Edition)
- Java Web開發之道
- Internet of Things with the Arduino Yún
- 區塊鏈:以太坊DApp開發實戰
- Effective Python Penetration Testing
- Unity 5 for Android Essentials
- SQL經典實例(第2版)
- C++新經典
- Oracle 18c 必須掌握的新特性:管理與實戰
- Python機器學習:預測分析核心算法
- Unity 2018 Augmented Reality Projects
- 新印象:解構UI界面設計
- Learning Ionic
- R的極客理想:量化投資篇
- Go語言編程之旅:一起用Go做項目