摘要:
今天想跟大家分享一下redux在react项目中的简单使用 1 1.redux使用相关的安装 2 yarn add redux 3 yarn add react-redux(连接react和redux) 6 7 2. redux在项目中的基础使用 8 9 1.在index.js入口文件注入store 10 import { Provider } from "react-redux... 阅读全文
posted @ 2018-11-20 20:30
KingJaz
阅读(540)
评论(0)
推荐(0)