摘要: 1.版本号使用 react:^17.0.2 react-dom:^17.0.2 react-redux:^7.2.6 redux:4 redux-thunk:^2.1.4 2.系统架构todolist案例架构 3.项目 1.实例入口:(配置中心、注册等等)-> 系统组件入口(页面分发中心) -> 2 阅读全文
posted @ 2022-03-10 11:55 cc-front 阅读(48) 评论(0) 推荐(0)
摘要: 1.Redux 基本使用 yarn add redux@4 2.Redux 异步请求 yarn add redux-thunk 3.Redux 跨组件传值 yarn add react-redux // store/index.js import {createStore,applyMiddlewa 阅读全文
posted @ 2022-03-10 00:32 cc-front 阅读(99) 评论(0) 推荐(0)