Next.js 16.3 Preview: Instant Navigations (Stream / Cache / Block)
Vercel ataca la crítica de siempre a los Server Components: navegaciones que se sienten lentas. Con cacheComponents: true, cada ruta que hace await te obliga a elegir: Stream con <Suspense>, Cache con 'use cache', o Block con export const instant = false. Suma Partial Prefetching (una shell reutilizable por ruta en vez de un prefetch por link) y un helper instant() para Playwright. Instalá con npm install next@preview.
Next.js 16.3 Preview: mejoras de IA (AGENTS.md, Skills, Agent Browser)
El mismo preview trae tooling pensado para agentes: docs bundleadas vía AGENTS.md, Skills first-party para workflows multi-paso, un Agent Browser con introspección de React, errores accionables con menús de fix y prompts listos para pegar, y un MCP server más chico y enfocado. La tendencia es clara: el framework asume que un agente edita tu código.
Tendencias Destacadas
La cadena de suministro de npm sigue caliente: el mes cerró con oleadas de ataques (Miasma en @redhat-cloud-services, node-gyp, 144 paquetes de Mastra por Sapphire Sleet). Pineá versiones y activá provenance.
Los runtimes convergen en compatibilidad: Deno 2.9 lee lockfiles de npm/pnpm/yarn/Bun y apunta a Node 26. La guerra ya no es de sintaxis, es de portabilidad del ecosistema.
Next.js 16.3 Preview: Instant Navigations (Stream / Cache / Block)
Vercel tackles the long-standing Server Components criticism: navigations that feel slow. With cacheComponents: true, every route that awaits forces a choice: Stream with <Suspense>, Cache with 'use cache', or Block via export const instant = false. Adds Partial Prefetching (one reusable shell per route instead of a prefetch per link) and an instant() Playwright helper. Install with npm install next@preview.
Next.js 16.3 Preview: AI improvements (AGENTS.md, Skills, Agent Browser)
The same preview ships agent-focused tooling: bundled docs via AGENTS.md, first-party Skills for multi-step workflows, an Agent Browser with React introspection, actionable errors with fix menus and paste-ready prompts, and a smaller, more focused MCP server. The trend is clear: the framework now assumes an agent edits your code.
Notable Trends
The npm supply chain stays hot: the month closed with waves of attacks (Miasma on @redhat-cloud-services, node-gyp, 144 Mastra packages by Sapphire Sleet). Pin versions and enable provenance.
Runtimes converge on compatibility: Deno 2.9 reads npm/pnpm/yarn/Bun lockfiles and targets Node 26. The battle is no longer syntax — it is ecosystem portability.
Next.js 16.3 Preview : Instant Navigations (Stream / Cache / Block)
Vercel s'attaque à la vieille critique des Server Components : des navigations qui semblent lentes. Avec cacheComponents: true, chaque route qui await impose un choix : Stream avec <Suspense>, Cache avec 'use cache', ou Block via export const instant = false. Ajoute le Partial Prefetching et un helper instant() pour Playwright. Installez avec npm install next@preview.
Next.js 16.3 Preview : améliorations IA (AGENTS.md, Skills, Agent Browser)
Le même preview livre un outillage pensé pour les agents : docs bundlées via AGENTS.md, Skills first-party pour workflows multi-étapes, un Agent Browser avec introspection React, erreurs actionnables avec menus de fix et prompts prêts à coller, et un serveur MCP plus petit et ciblé. La tendance est claire : le framework suppose désormais qu'un agent édite votre code.
Tendances Notables
La chaîne d'approvisionnement npm reste brûlante : le mois s'est clôturé sur des vagues d'attaques (Miasma sur @redhat-cloud-services, node-gyp, 144 paquets Mastra par Sapphire Sleet). Épinglez les versions et activez provenance.
Les runtimes convergent sur la compatibilité : Deno 2.9 lit les lockfiles npm/pnpm/yarn/Bun et vise Node 26. La bataille n'est plus la syntaxe, c'est la portabilité de l'écosystème.