Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Mutating Data in Next.js - Mutations with Nextjs 13
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Lesson Plan
- 4 Important Note
- 5 Two ways to see immediate updates
- 6 Reviewing the components
- 7 router.refresh
- 8 Reviewing the app in VS Code
- 9 Running the app & JSON-Server
- 10 Identifying a BIG Problem
- 11 Setting prefetch to false
- 12 Hard navigation vs Soft navigation
- 13 Is prefetch the right solution?
- 14 A Better Solution is almost here