- 建置
CRA(create react app)
環境 - 以 CRA 建立 todo list
- 建立初始 todo list 畫面 (介紹 component & What is render)
- 介紹畫面結構 (介紹 ref & state init)
- 讀取 todo list 建立 item (介紹 crate list )
- 新增 todo item
- 刪除 todo item
- 使用
material UI
來建構 todo list 畫面 - 以
todo list
為例,練習切 Component - 使用 redux 取代 state
- 使用 thunk 來建立非同步