Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

egghead.io

Introduction to Next.js 9

via egghead.io

Overview

Next.js is a fantastic framework that allows us to build performant server-side rendered React apps with ease.
In this series, we will learn how to utilize the powerful features of Next.js 9, like API routes and Static Site Generation (SSG), to build full-stack React apps. We will use Auth0 to handle user authentication and authorization, and we'll also learn how to integrate the excellent Chakra UI component library into our Next.js project to make it a breeze to build beautiful and modularized user interfaces. Finally, we will import and deploy our project from GitHub to Vercel, the deployment platform built by the creators of Next.js.
This collection will still be continuously updated with new and more advanced content. Subscribe to the RSS feed to get notified of the latest lessons!

Syllabus

  • Initialize a Next.js 9 project with TypeScript
  • Understand static and dynamic Page Routing in Next.js
  • Set up Chakra UI to work with Next.js
  • Build straightforward API with Next.js API routes
  • Consume Next.js API routes with the SWR library on the client-side
  • Static Site Generation (SSG) in Next.js with `getStaticProps`
  • Statically generate dynamic routes in Next.js with `getStaticPaths` and `getStaticProps`
  • Fetch data from an API on the server-side with `getServerSideProps` in Next.js
  • Set up Auth0 in a Next.js app for user Authentication
  • Implement user Authentication in a Next.js app with Auth0
  • Deploy a project on Vercel (formerly ZEIT) from a GitHub repository
  • Render the element dynamically in Next.js

Taught by

Xiaoru Li

Reviews

4.4 rating at egghead.io based on 72 ratings

Start your review of Introduction to Next.js 9

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.