Next.js
Everything on CoreConcept tagged with Next.js. Explore related tags below.
Related tags
Courses
Orientation to the App Router, server components, data fetching, and deployment with Next.js. Course content is still expanding.
Articles
Next.js 16 continues the evolution of web application architecture, refining React Server Components (RSC), introducing Partial Prerendering (PPR) into producti…
A team adds "use client" to a layout file so one small interactive search box works, and every component that layout imports — navigation, footer, a large third…
Next.js 16 provides two primary server execution runtimes for dynamic rendering: the traditional Node.js Server-Side Rendering (SSR) runtime and the lightweight…
Deploying web applications manually or relying on basic git-push hooks introduces critical vulnerabilities into production environments. Broken builds, unvalida…
Next.js 16 introduces powerful performance primitives for modern React applications. With refined React Server Components (RSC) streaming, explicit route-level …
Modern web applications must deliver instantaneous visual rendering and smooth, latency-free user interactions. Heavy JavaScript bundle sizes, unoptimized hero …
Generic chatbot widgets embedded in website corners offer limited value because they lack direct context about what the user is doing on screen. Users must copy…
"Optimize LCP" is not one task, because Largest Contentful Paint is not one number you move with one fix — it's the sum of four distinct phases, each with a dif…
A reader highlights a paragraph about idempotency keys and wants one question answered — "does this apply if my handler writes to two databases?" — without leav…
Hand-written API docs go stale the moment someone changes a function signature and forgets the markdown file that describes it. The signature and the descriptio…
A knowledge base is a different problem from a marketing site's blog, even though both start as "pages made of Markdown." A knowledge base needs a table of cont…
Want a curated collection instead? Topic hubs group the best content by subject.
Browse Topics