- 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
推薦閱讀
- 軟件安全技術
- Go Web編程
- Learn TypeScript 3 by Building Web Applications
- Java系統分析與架構設計
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Mastering Google App Engine
- INSTANT OpenNMS Starter
- 碼上行動:用ChatGPT學會Python編程
- Learning FuelPHP for Effective PHP Development
- Python面試通關寶典
- Dart:Scalable Application Development
- 跟小樓老師學用Axure RP 9:玩轉產品原型設計
- C語言進階:重點、難點與疑點解析
- 編程風格:程序設計與系統構建的藝術(原書第2版)
- C語言程序設計教程