8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Next.js
Next.js menu
Next.js Tutorial
The React framework for production — file-based routing, rendering modes and API routes.
Start the Next.js tutorial →
What you'll learn
1. Next.js Introduction
What Next.js adds over plain React, installing it, and the App Router's app/ directory convention.
2. Pages and Routing
File-based routing with the App Router, nested layouts, dynamic segments, and linking with next/link.
3. Data Fetching and Rendering Modes
Server Components fetching data directly, static/dynamic/ISR rendering modes, and when to use Client Components.
4. API Routes and Server Actions
Building an API with Route Handlers, mutating data with Server Actions, and when to use each.
5. Authentication in Next.js
A complete auth pattern using middleware for route protection and httpOnly session cookies.
6. Performance and Image Optimization
next/image, font optimization with next/font, and code splitting via next/dynamic.
7. Deploying Next.js Apps
Vercel vs self-hosting with next start or Docker, and environment variables per environment.
8. Next.js Interview Questions
Real Next.js interview questions covering Server vs Client Components, SSR/SSG/ISR, auth, and deployment.