Completed
- Tasks from Part 1
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Performance Optimization Patterns Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Performance Patterns
- 2 - What’s in Part 1?
- 3 - Re-Rendering in React
- 4 - Memoization
- 5 - The memo
- 6 - The useCallback
- 7 - the useMemo
- 8 - The Derived State
- 9 - Debouncing
- 10 - Throttling
- 11 - Tasks from Part 1
- 12 - Advanced Patterns
- 13 - What’s in Part 2?
- 14 - React Compiler
- 15 - Lazy Loading & Suspense
- 16 - Component Isolation
- 17 - Context Optimizations
- 18 - Virtualization
- 19 - Concurrency and useTransition
- 20 - Deferred Value
- 21 - List and Keys
- 22 - Tools
- 23 - Tasks from Part 2
- 24 - One Word of Wisdom