欢迎来到知了信息网,知了网免费发信息!
1. Redux应用场景
2. Redux设计思想
3. Redux三大原则
4. Redux概念解析
4.1 Store
4.2 State
4.3 Action
4.4 Action Creator
4.5 store.dispatch()
4.6 Reducer
5. redux源码
6. 案例
6.1 原生计数器
6.2 redux计数器
6.3 react组件计数器
7. combineReducers
8. react-redux
8.1 UI 组件
8.2 容器组件
8.3 connect()
8.4 mapStateToProps()
8.5 mapDispatchToProps()
8.6 组件
8.7 react-redux计数器