React Hooks 是 React 16.8 中引入的一組新的 API,允許你在函數組件中使用狀態和其他 React 特性,而不需要寫類組件。狀態管理:useState 鉤子允許在函數組件中添加狀態。副作用管理:useEffect 鉤子允許處理副作用,如數據獲取、訂閱和手動 DOM 操作。上下文:useContext 鉤子允許在組件樹中共享數據而不需要顯式地通過 props 傳遞。ALL React Hooks Explained in 12 MinutesEvery React 19 Feature Explained in 8 MinutesHow to Rewire Your Brain to Learn React