- 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
推薦閱讀
- ASP.NET Core Essentials
- HTML5+CSS3網站設計教程
- 云計算通俗講義(第3版)
- Apache Mahout Clustering Designs
- Spring快速入門
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- C#程序設計教程(第3版)
- C/C++數據結構與算法速學速用大辭典
- iPhone應用開發從入門到精通
- JavaScript應用開發實踐指南
- Vue.js光速入門及企業項目開發實戰
- Modular Programming with JavaScript
- C++17 By Example
- SaaS攻略:入門、實戰與進階
- Learning iOS Penetration Testing