Completed
- Dynamic Routes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js 13 Crash Course - App Directory, React Server Components & More
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Setup & File Structure
- 3 - Homepage & Clean Up
- 4 - Routing System
- 5 - Nested Routes
- 6 - Layouts
- 7 - Metadata API
- 8 - next/font/google
- 9 - Header Component
- 10 - React Server Components
- 11 - use client
- 12 - Data Fetching
- 13 - ReposPage Output
- 14 - Custom Loading Page
- 15 - Dynamic Routes
- 16 - params Prop
- 17 - Repo & RepoDir Component
- 18 - Suspense Boundaries
- 19 - Caching & Revalidating
- 20 - API Route Handlers
- 21 - Serving Course Data
- 22 - Fetching Course Data
- 23 - Getting Search Params
- 24 - Getting Body Data
- 25 - Refactor Server to Client Component
- 26 - Search Component