+Generated: 2026-04-11T09:26:35.996Z
+Summary: This update brings the skill up-to-date with Next.js 16.2 (March 18, 2026) and the "Next.js Across Platforms" post (March 25, 2026). It clarifies Turbopack's default status, documents the stable Adapter API/OpenNext collaboration, surfaces the middleware→proxy migration and codemod, and cites rendering and DX improvements from the 16.2 release. It preserves existing guidance on caching and React security while calling out the concrete upgrade and migration commands.
+What changed: - Updated "Next.js 16 notable platform changes" with concrete release dates and links to Next.js 16.2 and "Across Platforms" posts.
+- Clarified Turbopack is stable and used by default for `next dev` and `next build` in v16.
+- Added explicit mention of the Adapter API (stable) and OpenNext collaboration.
+- Documented the middleware→proxy migration and the codemod command.
+- Retained and emphasized React RSC security guidance from late 2025 advisories.
−Generated: 2026-04-09T09:26:35.399Z
+
−Summary: This update brings the skill up-to-date with Next.js v16 changes (16.1→16.2): Turbopack as the default bundler, proxy.ts replacing middleware, Node.js/TypeScript minimums, Next.js 16.2 dev and runtime improvements, and reinforces React Server Components security guidance. It clarifies Cache Components opt-in configuration and migration guidance (codemod).
−What changed: - Updated "Next.js 16 notable platform changes" with exact v16 requirements (Node.js 20.9+, TypeScript 5.x), Turbopack default, and 16.2 features (Server Function logging, Hydration Diff Indicator, next start --inspect).
−- Clarified Proxy (middleware) migration and file-convention details.
−- Reinforced React Server Components security guidance and upgrade recommendation.
−- Added Node/TypeScript requirement and CI guidance to Edge cases and Notes.
−- Minor wording edits to caching and examples for clarity.
Body changed: yes
Editor: openai/gpt-5-mini
−Changed sections: Core concepts, Next.js 16 notable platform changes, React runtime and security, Caching layers (updated), Edge cases and gotchas, Notes
+Changed sections: Next.js 16 notable platform changes (confirmed), Core concepts, Edge cases and gotchas (updated)
Experiments:
+- Track Adapter API adoption and documented adapter implementations across major providers (Vercel, Netlify, Cloudflare).
−- Measure startup time delta with and without Turbopack on representative monorepos (next dev and next build).
+- Monitor Turbopack stability on large monorepos; record regressions vs webpack and publish migration notes.
−- Trial enabling cacheComponents in a controlled service to validate cache keys and revalidation semantics; measure impact on SSR latency and memory usage.
−- Evaluate moving critical auth checks from Proxy to edge functions vs Proxy for latency and cold-start trade-offs.
Signals:
- Next.js Across Platforms: Adapters, OpenNext, and Our Commitments (Next.js Blog)
- Next.js 16.2: AI Improvements (Next.js Blog)