[React中文文档](https://doc.react-china.org/)
[React英文官网](https://reactjs.org/)
[React原文翻译 - GitHub.io](https://discountry.github.io/react/)
[React 入门实例教程 - 阮一峰](http://www.ruanyifeng.com/blog/2015/03/react.html)
[React文档整理 - 极客学院](http://wiki.jikexueyuan.com/project/react/)
[React中文论坛](http://react-china.org/)
[React教程 - runoob](http://www.runoob.com/react/react-tutorial.html)
[Redux中文文档](http://www.redux.org.cn/)
[Redux 入门教程 - 阮一峰](http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_one_basic_usages.html)
[Redux中文文档 - Gitbook](http://cn.redux.js.org/)
[awesome-redux](https://github.com/xgrommx/awesome-redux)
[react-redux-links](https://github.com/markerikson/react-redux-links)
[redux 官当实例](https://github.com/reactjs/redux/tree/master/examples)
[分享一个 react + redux 完整的项目,同时写一下个人感悟](https://www.jianshu.com/p/815ec73b1354)
[Redux 入门视频](https://egghead.io/courses/getting-started-with-redux)
[Reducer 最佳实践,Redux 开发最重要的部分](https://www.jianshu.com/p/938f8121ba0f)
【开源项目】
[齐天大圣,react开源项目](http://react-china.org/t/react/14003)
- 简介
- 第一章 React入门
- 1.1 创建一个React项目
- 1.2 组件
- 1.3 JSX
- 1.4 eject
- 1.5 渲染
- 第二章 React组件
- 2.1 组件定义
- 2.2 数据处理
- 2.2.1 props
- 2.2.2 state
- 2.3 生命周期
- 2.3.1 装载过程
- 2.3.2 更新过程
- 2.3.3 卸载过程
- 2.4 事件处理
- 2.5 条件渲染
- 2.6 列表渲染
- 第三章 React高级
- 3.1 静态类型检查
- 3.1.1 flow
- 3.1.2 typescript
- 3.2 React Developer Tools
- 第四章 Redux状态管理
- 4.1 安装与配置
- 4.2 一个简单的计数器开始
- 4.3 Store
- 4.3.1 获取state
- 4.3.2 subscribe
- 4.4 Action
- 4.4.1 Action Creators
- 4.5 Reducer
- 4.5.1 Reducer 的拆分
- 4.6 与其他状态管理工具的对比
- 第五章 React-Router路由
- 参考资料