Tag: Hooks
All the articles with the tag "Hooks".
-
React 进阶 Pattern 7:Context API - 跨组件共享状态
深入理解 React Context API,包括 createContext、Provider、useContext、自定义 Hook 封装,以及暗黑主题切换的完整实战。
-
React 进阶 Pattern 2:useEffect - 让组件与外部世界交互
深入理解 React useEffect Hook,涵盖副作用概念、依赖数组、清理函数、定时器、数据获取等实战场景,以及常见陷阱和最佳实践。
-
React 进阶 Pattern 1:useState - 让组件拥有记忆
深入理解 React useState Hook,涵盖基本类型、对象、数组状态管理,函数式更新,以及不可变更新模式,配合计数器实战案例。