- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 102字
- 2021-07-02 12:40:29
Fundamental principles of Redux
Redux makes it possible to store all statuses in an application in a single place, which is called a store. A store is the intermediary to all of the changes of the status of the app. Using Redux, a component cannot communicate directly with another component; instead, the changes always go through a single source, which is an action. Redux can be described simply by three fundamental principles. Those three main principles, which will be briefly explained in this chapter, are summarized as follows:
- A single source of truth
- The read-only nature of the state
- The reducer principle
推薦閱讀
- Learning Neo4j
- VMware View Security Essentials
- Visual Basic .NET程序設計(第3版)
- Java Web基礎與實例教程(第2版·微課版)
- MATLAB圖像處理超級學習手冊
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Vue.js快跑:構建觸手可及的高性能Web應用
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Java應用開發技術實例教程
- C#開發案例精粹
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Scala for Machine Learning(Second Edition)
- Mastering Android Studio 3
- 進入IT企業必讀的324個Java面試題
- Python全棧開發:基礎入門