06-reference

technically what is nextjs

2026-05-21·reference·source: Technically·by Justin Gage

Technically — What is Next.js?

Justin Gage's standard explainer pattern: zero-to-one walkthrough of what a web framework is, then layered onto why Next.js specifically is the React-flavored opinionated framework everyone defaults to, then closes with the framework-politics angle (Vercel-owns-Next.js, Cloudflare just re-implemented Next.js out from under them).

Why this is in the vault

Two reasons, in priority order:

  1. The Vercel-vs-Cloudflare framing is directly relevant to RDCO stack discipline. Gage spells out the long-simmering complaint: Next.js is open source but Vercel-controlled, which produces undocumented behaviors, opaque roadmap, and a thin OSS ecosystem around it. He flags the recent Cloudflare "rebuild Next.js with AI agents" move as the latest flare-up in the conflict. This is exactly the dynamic that informed the RDCO decision to put hq.raydata.co on Astro + Cloudflare Pages rather than Next.js + Vercel — see [[2026-04-22-hq-proposal-v1]] where Astro was selected explicitly because Next.js's SSR/ISR machinery added complexity without benefit for a mostly-static surface, and Cloudflare was the natural fit given the existing domain footprint.
  2. The "opinionated vs. unopinionated" framing is reusable language. Gage's Django-vs-Flask analogy ("a club that gives you structure and special privileges, as long as you follow the rules") is the right shape for explaining stack tradeoffs in Sanity Check writing without going framework-specific.

The first ~70% of the piece is intro-level (what a web server does, what DNS does, what file-based routing is) — skippable for anyone who's shipped a web app. The last ~30% (opinionated vs. general, the Vercel/Cloudflare beef, the "rebuild" reference) is where the analytical value sits.

Mapping against Ray Data Co

Medium mapping. The piece itself is a beginner explainer, but it surfaces the framework-politics angle that ratifies an active RDCO architectural choice.

Related