react

http://huziketang.mangojuice.top/books/react/lesson37    //react小书

http://cn.redux.js.org/docs/basics/ExampleTodoList.html   redux

http://cn.redux.js.org/docs/introduction/Ecosystem.html   (比较好)这个里面有一些关于它的增强的部分及一些中间件的介绍,还有git上的demo

http://react-guide.github.io/react-router-cn/docs/API.html#indexlink   路由

http://react-guide.github.io/react-router-cn/docs/API.html#indexlink

https://react.docschina.org/docs/components-and-props.html   //react中文文档

react建项目命令:

npm install -g create-react-app
create-react-app my-app

cd my-app
npm start   
原文地址:https://www.cnblogs.com/chaoyuehedy/p/9606230.html