About
Content
Stop reading
1. What is the purpose of the `useEffect` hook?
2. What are the two types of effects in `useEffect`?
3. What is the difference between `useState` and `useReducer`?
4. What is the purpose of the `useContext` hook?
5. What is the purpose of the `useRef` hook?
6. What is the purpose of the `useMemo` hook?
7. What is the purpose of the `useCallback` hook?
8. What is the purpose of the `useLayoutEffect` hook?
9. What is the purpose of the `useImperativeHandle` hook?
10. What is the purpose of the `useDebugValue` hook?
11. What is the purpose of the `useTransition` hook?
12. What is the purpose of the `useDeferredValue` hook?
13. What is the purpose of the `useId` hook?
14. What is the purpose of the `useSyncExternalStore` hook?
15. What is the purpose of the `useInsertionEffect` hook?