- Redux Quick Start Guide
- James Lee Tao Wei Suresh Kumar Mukhiya
- 47字
- 2021-07-02 12:40:29
The reducer principle – changes are made with pure functions
The transformation logic of the state tree is specified with the use of pure functions, called reducers. Reducers are special functions that take the current state and action to return a new state, without mutating the state.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- Android Studio Essentials
- Scratch 3.0少兒編程與邏輯思維訓練
- 匯編語言程序設計(第3版)
- 深度學習:算法入門與Keras編程實踐
- 前端HTML+CSS修煉之道(視頻同步+直播)
- 學習正則表達式
- Java Web開發詳解
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Clojure Polymorphism
- Software-Defined Networking with OpenFlow(Second Edition)
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- Building Clouds with Windows Azure Pack
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- JavaScript設計模式與開發實踐