Completed
Revalidate Request Handler
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Revalidate with Next.js - On-Demand Revalidation in Nextjs 13
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Starter Code & Lesson Plan
- 4 Application Overview
- 5 Two Types of Revalidation
- 6 Route Segment Config Options
- 7 dynamicParams config option
- 8 revalidate config option
- 9 Setting the route segment config option
- 10 Build App & Try Revalidating
- 11 How Background Revalidation & ISR works
- 12 On-Demand Revalidation
- 13 Create & Store a Secret Token
- 14 Revalidate API Route
- 15 Revalidate Request URL
- 16 Revalidate Request Handler
- 17 Trying out On-Demand Revalidation
- 18 Blog Workflow & Wrap-up