react入门所需掌握的基础

一、ES6语法

现在很多开发都是直接写ES6了,不会ES6都不好意思说自己会写JS
可以选看这个快速入门:http://www.jianshu.com/p/cfb0893c34f1
完整教程看阮一峰的:http://es6.ruanyifeng.com/

二、react 入门

快速入门:https://hulufei.gitbooks.io/react-tutorial/content/introduction.html
了解

三、react常用组件

react-router v3文档:https://github.com/ReactTraining/react-router/blob/v3/docs/API.md#plainroute

四、开发脚手架

快速开发脚手架:https://github.com/davezuko/react-redux-starter-kit

五、常用开源项目

Ant Design : https://ant.design/index-cn
react-stockcharts: https://github.com/rrag/react-stockcharts

你可能感兴趣的:(react入门所需掌握的基础)