摘要: redux简述: 解决组件间状态共享的问题,原理是集中式管理, 主要有三个核心方法,action,store,reducer, 改变数据: 调用 store 的 dispatch 接收 action 传入 store,reducer 进行 state 操作, 获取数据:通过 store 提供的 ge 阅读全文
posted @ 2020-12-30 16:54 前端-大雄 阅读(161) 评论(0) 推荐(0)