Single source of truth
可预测性:state + action = newState
纯函数更新 store
getState()
dispatch(action)
subscribe(listener)
最后更新于4年前