1.1 Hooks Code.zip
1. Attachments.html
2. Hooks Introduction Part 1 - Overview
3. Hooks Introduction Part 2 - Grainy Detail
4. Hooks Introduction Part 3 - Rules
5. useState - Part 1 - Introduction
6. useState Part 2 - Local Variables
7. useState Part 3 - Render Cycle
8. useState Part 4 - Snapshots
9. useState Part 5 - Batching
10. useState Part 6 - Stale State
11. useState Part 7 - Private Variables
12. useState Part 8 - Lifting State
13. useState Part 9 - Optimize
14. useEffect - Overview
15. useEffect Hands On
16. useRef - Overview
17. useRef - Preserve Variable
18. useRef - Accessing Nodes
19. useRef - Forward Ref
20. useContext Overview
21. useContext - Hands On Part 1
22. useContext - Hands On Part 2
23. useContext - Exercise
24. useReducer - Overview
25. useReducer - Hands On Part 1
26. useReducer - Hands On Part 2
27. useReducer - Exercise
28. useCallback - Overview
29. useCallback - Hands On Part 1 (Memoize Function)
30. useCallback - Hands On Part 2 (Memo)
31. useCallback - Hands On Part 3 (Effects)
32. useMemo - Overview
33. useMemo - Hands On (Optimization)
34. useCustomHooks - Overview
35. useCustomHook - Hands On