Skip to content
DEV VAULT
Frameworks
Tools
Packages
Backend Concepts
DevOps
Platforms
Effects
Guide
Frameworks
Tools
Packages
Backend Concepts
DevOps
Platforms
Effects
Guide
Home
/
Frameworks
/
Next.js
/
Edit
Frameworks
Edit entry
Next.js
Core details
Title
*
Description
*
Next.js is a React framework for server-rendered/SSG apps with file-based routing, API routes, and image opt, built by Vercel for perf/SEO. App router new.
Category
*
Frameworks
Tools
Packages
Backend Concepts
DevOps
Platforms
Effects
Usage & Trade-offs
All fields support markdown. Use concise bullets and concrete situations.
When to use it
*
Use Next.js when: - SSR/SSG React. - SEO important. - API + frontend. - Vercel deploys.
Pros
*
- Built-in routing. - Fast refresh. - Image/script opt. - Middleware. - TypeScript.
Cons
*
- Opinionated. - Learning SSG/SSR. - Bundle analyze. - Cold starts. - React dep.
Notes
Note: getStaticProps. Link prefetch. next build.
Cancel
Save Changes