Introduction to Next.js 9
Learn how to build performant server-side rendered React apps with ease using Next.js 9. Explore powerful features like API routes and Static Site Generation (SSG). Integrate user authentication and authorization with ease using Auth0. Deploy your project on Vercel for seamless hosting. Subscribe to our RSS feed for the latest lessons!
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
to handle user authentication and authorization, and we’ll also learn how to integrate the excellent
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
, 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!
Course Content
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
User Reviews
Be the first to review “Introduction to Next.js 9”
You must be logged in to post a review.
There are no reviews yet.