Completed
- Using the API Data
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro & Slides
- 2 - Getting Setup with create-next-app
- 3 - Files & Folders
- 4 - Pages & Routing
- 5 - Head
- 6 - Layouts & CSS Modules
- 7 - Nav Component & Link
- 8 - Create a Header
- 9 - Styled JSX
- 10 - Custom Document
- 11 - Data Fetching
- 12 - getStaticProps()
- 13 - Showing Data
- 14 - Nested Routing
- 15 - getServerSideProps()
- 16 - getStaticPaths()
- 17 - Export a Static Website
- 18 - API Routes
- 19 - Using the API Data
- 20 - Custom Meta Component