- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 67字
- 2021-07-02 12:40:29
Read-only nature of the state
Emitting an action is the only way to change the state of a Redux app. Views cannot directly write to the state tree. In Redux, every intent needs to dispatch actions, which tell the reducers (a function) to transform the state. Mutating the state is also not recommended; hence, every time, the reducers write the existing state object with the new version:

推薦閱讀
- Mastering Ext JS(Second Edition)
- Java EE 6 企業(yè)級應(yīng)用開發(fā)教程
- Visual FoxPro程序設(shè)計教程(第3版)
- Azure IoT Development Cookbook
- Ext JS Data-driven Application Design
- Software Testing using Visual Studio 2012
- The Complete Coding Interview Guide in Java
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開發(fā)實踐
- C++語言程序設(shè)計
- PHP 8從入門到精通(視頻教學(xué)版)
- Python應(yīng)用與實戰(zhàn)
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- Beginning PHP
- 高質(zhì)量程序設(shè)計指南:C++/C語言