摘要: redux 数据流 组件通过 store.dispatch(action) 发起一个 action store 接收到 action 通过 reducer 计算出新的 state store 返回新的 state 值给组件 数据流 作为 Flux 的一种实现形式,Redux 自然保持着数据流的单向性 阅读全文
posted @ 2021-12-03 18:32 远方的少年🐬 阅读(58) 评论(0) 推荐(0) 编辑