Completed
, to get to that Next.js starting point, please do the following:
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js for Beginners - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 , to get to that Next.js starting point, please do the following:
- 2 ) Introduction
- 3 ) What is Next.js
- 4 ) Tools: Node.js, VS Code, and the command line
- 5 ) Setting up Next.js
- 6 ) Setting the Sanity Studio CMS
- 7 ) Connecting Next.js with your content lake
- 8 ) Making a simple navigation bar in _app.js
- 9 ) Making your first page template in index.js
- 10 ) Setting up dynamic routes with [slug].js
- 11 ) Diving into data fetching and pre-rendering with getStaticPaths & getStaticProps
- 12 ) Create a like button with API routes and serverless functions
- 13 ) Adding live real-time preview with Sanity.io's content lake
- 14 ) Set up automatic deployment with GitHub and Vercel
- 15 ) Summary: What you have learned and next steps