Next.js
Master Next.js to build high-performance, SEO-friendly React applications with server-side rendering and static site generation.
...
Share
Getting Started with Next.js: Foundations and Routing
Unit 1: Next.js Fundamentals
Why Next.js?
SSR & SSG Explained
Your First Next.js App
Unit 2: Routing in Next.js
File-Based Routing Basics
Dynamic Routes
Nested & Catch-all Routes
Client-Side Navigation
Data Fetching and Optimization in Next.js
Unit 1: Server-Side Data Fetching
Intro to Server Fetching
getServerSideProps in Action
Context & Parameters
Unit 2: Static Data Fetching and Revalidation
Intro to Static Fetching
getStaticProps in Action
Dynamic Static Pages
Revalidating Static Data
Unit 3: Choosing the Right Strategy & Image Optimization
SSR vs. SSG: When to Use?
Optimizing Images