Open shuangmianxiaoQ opened 5 years ago
Redux 设计和使用的三个原则
store
Reducer
Redux 的核心 API
createStore
store.dispatch
store.getState
store.subscribe
Redux 设计和使用的三个原则
store
是唯一的store
能够改变自己的内容Reducer
必须是纯函数Redux 的核心 API
createStore
store.dispatch
store.getState
store.subscribe