2.react-插件
PC:
antd(蚂蚁金服)https://ant.design/index-cn
移动:
mobile-antd(蚂蚁金服)https://mobile.ant.design
===========
1. react-lazyimg-component (关于img动画效果,摘自:http://react-china.org/t/2018-react/18950)
2. animate.css(css动画库)
3. redux Web 应用是一个状态机,视图与状态是一一对应的.所有的状态,保存在一个对象里面
4. redux-logger 日志
5. Reselect 记忆组件
6. redux-thunk 为了解决异步action的问题
7. redux-saga 为了解决异步action的问题
8. react-router-redux 保持路由与应用状态(state)同步
9. react-router-dom