Completed
Add a Dynamic Route
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js Client Components - Build a Small Project with Nextjs 13
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 When to use client components
- 4 Create a new Next.js project
- 5 Add Tailwind CSS to the project
- 6 Parent page clean up
- 7 Navbar and layout
- 8 Client Component
- 9 Add a Dynamic Route
- 10 getWikiResults function
- 11 Defining types
- 12 Displaying the results
- 13 Generating Metadata
- 14 Item component
- 15 Results with the Item component
- 16 Adding error and loading pages
- 17 Identifying component types