Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 //异步处理
```