Overview
學習React有幾個點是一定要明白的, 不然容易迷糊
- React是 State Machine
- React是 One Way Data Flow
- React是從上流到下流, 好比小溪一樣
- React是從Top down, bottom up來設計
(先設計Overview, 然後從小Component開始code, 最後拼裝)
改變 View
Parent改變Child View, Parent直接發指令
Child改變Parent View, Parent必須傳參數, Child利用Callback來調用Parent給的方程和參數
网友评论