Hook
Everything on SkillVeris tagged Hook — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
Socket.IO with React
Integrate Socket.IO cleanly into React using a context provider, custom hooks, and correct connection lifecycle management.
The useContext Hook
Learn how useContext lets components read values from React Context without prop drilling.
The useEffect Hook
Understand useEffect for side effects in function components, covering the dependency array, cleanup functions, and effect timing.
The useReducer Hook
Understand how useReducer manages complex component state using actions and a pure reducer function.
The useRef Hook
Understand how useRef creates a persistent, mutable reference that survives renders without causing re-renders.
The useState Hook
Master useState, the Hook that adds local state to function components, including initial values, updater functions, and functional updates.