- 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.
推薦閱讀
- Learning NServiceBus(Second Edition)
- Python數據分析基礎
- 零基礎學MQL:基于EA的自動化交易編程
- MySQL數據庫管理與開發(慕課版)
- Python機器學習編程與實戰
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Visual FoxPro程序設計
- Linux Device Drivers Development
- HTML5從入門到精通 (第2版)
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Kotlin極簡教程
- R Data Science Essentials
- OpenCV Android開發實戰
- HikariCP數據庫連接池實戰
- C語言程序設計