egghead
Search
Search
Log In
Search
Search
Introduction to Next.js 9 by Xiaoru Li
Initialize a Next.js 9 project with TypeScript
Render the <head /> element dynamically in Next.js
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
egghead
System