Completed
28:53 Not found
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js Tutorial 2025 - Start Your Next.js Journey Here
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Next.js intro
- 2 03:14 Example Next.js app
- 3 04:15 Create new Next.js app
- 4 05:20 Fresh Next.js app lookaround
- 5 11:17 Routing
- 6 14:15 Link component
- 7 16:15 Layout styling
- 8 16:53 Folder structure
- 9 17:23 Image component
- 10 18:43 Data fetching in server component
- 11 21:22 Database & ORM Prisma
- 12 24:55 Dynamic route
- 13 25:13 Folder structure pt. 2
- 14 25:30 Dynamic route continued
- 15 27:00 Params
- 16 28:53 Not found
- 17 29:58 Server actions
- 18 35:21 revalidatePath
- 19 36:36 Route handlers API endpoints
- 20 37:16 Webhooks
- 21 38:19 Client components vs Server components
- 22 43:01 Authentication
- 23 44:36 DIY vs Kinde