随笔分类 -  react

摘要:// axios 安装 yarn add axios // axios post请求默认是 json 所以要下载 querystring 转换成x-www-form-urlencoded yarn add querystring 阅读全文
posted @ 2020-07-01 14:42 EricBlog 阅读(142) 评论(0) 推荐(0)
摘要:要转发的地址 "proxy":"http://localhost:4000" 重启项目 OK 阅读全文
posted @ 2020-07-01 14:09 EricBlog 阅读(92) 评论(0) 推荐(0)
摘要:安装 redux yarn add redux yarn add react-redux yarn add redux-thunk 安装 redux-devtools 调试工具命令 yarn add redux-devtools-extension yarn add redux react-redu 阅读全文
posted @ 2020-07-01 10:01 EricBlog 阅读(106) 评论(0) 推荐(0)
摘要:yarn add react-router-dom import {NavLink,Route,Switch,Redirect} from 'react-router-dom' 阅读全文
posted @ 2020-06-29 18:35 EricBlog 阅读(106) 评论(0) 推荐(0)