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   路由

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

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   

 

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注