- 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
推薦閱讀
- Software Defined Networking with OpenFlow
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- LabVIEW入門與實戰開發100例
- DevOps for Networking
- Mastering Natural Language Processing with Python
- INSTANT MinGW Starter
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Learning FuelPHP for Effective PHP Development
- 低代碼平臺開發實踐:基于React
- Learning AngularJS for .NET Developers
- Instant PHP Web Scraping
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Node.js Web Development