08 2021 档案

摘要:1. 项目基本准备工作 1.1 创建项目 利用npx create-react-app my_react命令创建项目 项目已经放到github:https://github.com/caozhongjie/simple-react.git 有什么不对的或者建议或者疑惑,欢迎指出! !!!在仓库代码中 阅读全文
posted @ 2021-08-26 17:15 陈小作 阅读(114) 评论(0) 推荐(0)
摘要:安装:yarn add redux react-redux 1、定义store文件 store.js import { createStore } from 'redux'; import reducer from './reducer'; const configureStore = () => 阅读全文
posted @ 2021-08-25 17:52 陈小作 阅读(1369) 评论(0) 推荐(0)