Skip to content

jokereven/jianshu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 18, 2022
68690f5 · Jan 18, 2022

History

28 Commits
Aug 18, 2021
Jan 18, 2022
Aug 18, 2021
Aug 18, 2021
Aug 18, 2021
Aug 28, 2021
Aug 18, 2021
Aug 18, 2021

Repository files navigation

这是学习 React 前端框架的项目

安装的模块

1. 管理 css 样式的模块 styled-components
2. cnpm install react-transition-group --save 动画效果
3. cnpm i redux --save
4. cnpm i react-redux --save //绑定 react 与 redux
5. cnpm install immutable --save //数据存储
6. cnpm i redux-immutable --save
7. cnpm i redux-thunk
8. cnpm i axios --save //ajax 请求
9. cnpm i react-router-dom --save //安装路由
10. yarn add react-loadable //异步处理