Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Next.js & React - The Complete Guide
Bestseller
Rating: 4.7 out of 5(25,504 ratings)
158,829 students

Next.js & React - The Complete Guide

Learn NextJS from the ground up and build fullstack ReactJS + NextJS apps with the App Router or Pages Router!
Last updated 1/2026
English

What you'll learn

  • Learn how to build fullstack React apps with NextJS 15 & the App Router
  • Build real projects and apply what you learned with hands-on projects and examples
  • Learn about different ways of building NextJS app - App Router vs Pages Router
  • Get started with React Server Components, Client Components, data fetching & more!
  • Handle data submissions via Server Actions
  • Learn all key NextJS features like pre-rendering, SSR, data fetching, file-based routing and authentication
  • Take the full course or the "NextJS Summary" module for a quickstart if you have limited time

Course content

23 sections452 lectures40h 19m total length
  • Welcome To The Course!1:20

    Learn Next.js from the ground up, with step-by-step, in-depth guidance and hands-on demo projects. Build full-stack apps with React and gain practical Next.js mastery.

  • What Is NextJS? Why Would You Use It?2:20

    Next.js is a full-stack React framework that builds on React to simplify building full-stack apps, with server rendering, data fetching, form handling, and authentication.

  • Key Features & Benefits Of NextJS2:40

    Next.js enables building full stack apps with React using JavaScript, delivering easier data fetching, secure form handling, and server-side rendering with file-system routing that boosts search engine visibility.

  • Creating a First NextJS App4:25

    Create a new Next.js project with the official command, choose app router, and set options like ESLint or TypeScript; then run npm run dev to preview locally or in CodeSandbox.

  • NextJS vs "Just React" - Analyzing The NextJS Project2:30

    Inspect the page source to see content embedded in HTML. NextJS blends client and server code to enable full stack React apps.

  • Editing The First App2:21

    Learn to write code in NextJS by adding a new page under the app folder with a page.js file and a React component. Visit localhost:3000/awesome to see server-rendered content.

  • Pages Router vs App Router - One Framework, Two Approaches2:29

    Compare the app router and the pages router in Next.js for full-stack, server-rendered apps. Learn modern features like React server components and server actions, with both approaches covered.

  • How To Get The Most Out Of This Course3:05

    Watch the videos at your pace, using speed controls, pause, and rewind to reinforce learning. Practice with hands-on projects and review the GitHub repo and Discord community for help.

  • Learning Community & Course Resources0:32

Requirements

  • ReactJS knowledge is strongly recommended, but the course also includes a complete React refresher module
  • NO prior NextJS knowledge is required

Description

This course teaches you the latest version of Next.js and covers both the "App Router" and "Pages Router" (and explains what these two approaches are).


Join this bestselling NextJS course and learn how to build highly dynamic, super fast and SEO-ready React apps with React & NextJS!

This course covers both the NextJS "App Router" & the "Pages Router" - two different approaches for building fullstack apps with React! And, of course, you'll learn what these two approaches are, why two different approaches exist and how each approach works!


I created the bestselling Udemy course on React, now I'm super excited to share this NextJS with you - an in-depth course about an amazing React framework that allows you to take the next step as a React developer and build real, production-ready projects with React and Next.js!

Next.js is the production-ready, fullstack-capable framework for ReactJS - the most popular JavaScript library you can learn these days!

Too many buzzwords for your taste?

Fair enough - but indeed, NextJS is a great choice for growing as a React developer and for taking your React apps to the next level!

Because NextJS is growing fast and therefore in high demand. And there are good reasons for that: NextJS allows you to build React apps with built-in server-side rendering and page pre-rendering. Building great user experiences and search engine friendly (SEO!) React apps has never been easier!

In addition, NextJS makes building fullstack React apps (frontend + backend code combined in one project) extremely easy as well! Blend client-side and server-side code and build a NodeJS-based API side-by-side with your frontend React apps. It's a breeze with NextJS!

Want to add authentication? NextJS simplifies that as well and makes user signup, sign in and session management very convenient.

This course will take you from NextJS beginner to advanced level in no time!

We'll start at the very basics, no NextJS knowledge is required at all, and we'll then dive into all the core features that make up NextJS. Both in theory as well as with multiple real projects where all concepts will be applied step-by-step.

For this course, you'll need basic React knowledge, though the course does come with a "React refresher" module in case it's been some time since you last worked with React.

This course also includes a "NextJS Summary" module for the Pages router and a "NextJS Essentials" module for the App router - which allow you to always come back to the course in the future and refresh your knowledge without going through the full course again. Or you just take those summary modules (and skip the rest for now) to learn about all the core features in as little time as possible.

After finishing this course, you'll be well prepared to build your own NextJS projects from the ground up and apply for NextJS positions!

In detail, this course will cover:

  • What is NextJS? And why would you use it?

  • Why is just React (in many cases) not enough?

  • Creating NextJS projects from the ground up & understanding these projects

  • Working with file-based routing

  • Adding dynamic routes and catch-all routes

  • Implementing different forms of page pre-rendering and server-side rendering

  • Working with data and adding data fetching + pre-fetching to your apps

  • Handling form submissions with Server Actions

  • Handling File upload

  • Pre-generating dynamic and static pages

  • Adding optimizations like metadata to pages

  • Optimizing images with the NextJS Image component

  • Building fullstack apps with API routes or Server Actions

  • Managing app-wide state with React context (in NextJS apps)

  • Adding authentication to NextJS apps

  • Multiple complete apps where we'll apply all these core concepts!

  • A complete React.js refresher module (so that we're all on the same page)

  • A NextJS summary module so that you can refresh what you learned or just explore the core features quickly

  • And much more!

I can't wait to start this journey together with you! :)

Who this course is for:

  • React developers who want to take the next step and build production-ready React apps
  • React developers who aim to build fullstack React apps
  • Web developers in general, who want to work with one of the most popular and in-demand tech stacks