:bowtie::Wish you have a happy learning!
- React
 - Flux
 - Redux
 - ImmutableJS
 - ES6/ES7 語法
 
Level 01. 用元件思維設計應用程式 
Level 02. 建置簡易的開發環境 
Level 03. 使用 JSX 印出 hello, world 
Level 04. 完成第一個 React 元件 
Level 05. 組合多個 React 元件 
Level 06. 使用 props 傳遞元件參數 
Level 07. 培養好習慣,設計防呆的 React 元件 
Level 08. 動態產生多個 React 元件 
Level 09. 管理 React 元件的內部狀態 
Level 10. 使用 React 表單元件 
Level 11. 瞭解 React 元件的生命週期 
Level 12. 深入淺出 Flux 
Level 13. 完成 Dispatcher:Flux 最重要的角色 
Level 14. 完成 Actions:集中所有應用行為 
Level 15. 完成 Stores:統一管理業務邏輯和資料 
Level 16. 完成 Controller View:讓元件同步資料狀態 
Level 17. 引進 Container Pattern:必學的設計模式 
Level 18. 使用 Flux 提供的 Utils 
Level 19. 深入淺出 Redux 
Level 20. 完成 Reducers:讓狀態的改變可預測化 
Level 21. 完成 Store:Redux 的重要角色 
Level 22. 修改 Actions:讓它們做更簡單的事 
Level 23. 加入 Middlewares:動態擴充 dispatch 行為 
Level 24. 讓 React 應用連結 Redux 系統 
Level 25. 整合 ImmutableJS