Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokereven/jianshu
初学 react demo
https://github.com/jokereven/jianshu
jianshu react react-redux redux redux-saga styled-components
Last synced: 8 days ago
JSON representation
初学 react demo
- Host: GitHub
- URL: https://github.com/jokereven/jianshu
- Owner: jokereven
- License: other
- Created: 2021-08-18T11:15:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T12:09:48.000Z (about 3 years ago)
- Last Synced: 2024-11-18T14:36:04.417Z (2 months ago)
- Topics: jianshu, react, react-redux, redux, redux-saga, styled-components
- Language: JavaScript
- Homepage:
- Size: 259 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 这是学习 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 //异步处理
```