[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路由
- 參考資料