Next.js
Type: product (React framework) | Domain relevance: The default full-stack React framework in the corpus’s web-dev best practices.
Summary
Next.js is the React framework the web-dev source treats as the de facto standard for serious 2026 apps. Its App Router + React Server Components (Next.js 15+) are the default rendering model, delivering full HTML for fast indexing and small bundles (Rendering Strategies (CSR / SSR / SSG / ISR / RSC), Core Web Vitals, Technical SEO from Architecture). It pairs with Vercel (its maker) for edge deployment. The source is heavily Next.js-centric, so its “defaults” are partly Next.js-specific rather than universal.
Key Facts
- React framework; App Router + RSC default in v15+.
- Enables SSR/SSG/ISR/RSC → crawlable HTML + small JS bundles.
- Ships the React Compiler benefits (auto-memoization) in practice.
- Deployed on edge platforms (Vercel/Cloudflare/Netlify).
- The source’s recommendations are Next.js-first.
In the Sources
| Source | Context |
|---|---|
| Web Development Best Practices 2026: Engineering Guide | The assumed framework across all seven pillars. |
Related
Entities: React, Vercel, TypeScript, Pagepro Concepts: React Server Components (RSC), Rendering Strategies (CSR / SSR / SSG / ISR / RSC), Web Architecture & Scalability, Technical SEO from Architecture