Skip to content
Tag11 articles1 course

Next.js

Everything on Core Concept Learning tagged with Next.js. Explore related tags below.

Related tags

Courses

Beginner~2.5 hours

Master the Next.js App Router, React Server Components, server-side data fetching, Server Actions, caching, and Vercel deployment.

Articles

Next.js 16 continues the evolution of web application architecture, refining React Server Components (RSC), introducing Partial Prerendering (PPR) into producti…

Aug 1, 20263 min read
Read

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…

Jul 22, 20268 min read
Read

Next.js 16 provides two primary server execution runtimes for dynamic rendering: the traditional Node.js Server-Side Rendering (SSR) runtime and the lightweight…

Aug 3, 20268 min read
Read

Deploying web applications manually or relying on basic git-push hooks introduces critical vulnerabilities into production environments. Broken builds, unvalida…

Aug 3, 20269 min read
Read

Next.js 16 introduces powerful performance primitives for modern React applications. With refined React Server Components (RSC) streaming, explicit route-level …

Aug 3, 20269 min read
Read

Modern web applications must deliver instantaneous visual rendering and smooth, latency-free user interactions. Heavy JavaScript bundle sizes, unoptimized hero …

Aug 3, 20269 min read
Read

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…

Aug 3, 20269 min read
Read

"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…

Aug 3, 20269 min read
Read

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…

Aug 3, 202610 min read
Read

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…

Aug 3, 20265 min read
Read

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…

Aug 3, 20269 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics