Completed
Conditional logic to replace
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Write Clean Code with React Suspense - React Error Boundaries Explained
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Starter Code & Start up
- 4 SWR Data Fetching
- 5 Enable Suspense in SWR
- 6 Conditional logic to replace
- 7 Adding React Suspense
- 8 PostsList component clean up
- 9 Why We Need Error Boundaries
- 10 Install react-error-boundary
- 11 Adding an Error Boundary
- 12 A Better Error Boundary
- 13 Reviewing the Refactor
- 14 Closing Notes