Parallel and recursive route rendering – Ryan takes us behind the scenes of RSC routing. In this post he explains how routes are rendered in parallel on the server to avoid waterfalls, and then stitched back together on the client using a recursive pattern. // Ryan Toronto
PR: Rename middleware to proxy – The middleware file in Next.js is renamed to proxy, making the role clearer and avoiding mix-ups with Express.js middleware // Jiwon Choi
⚡️ Sponsor
🚀 Build smarter with Next.js 15 + Strapi – This step-by-step tutorial video shows you how to create a video summarization app. Get hands-on coding tips, best practices, and real-world examples to sharpen your skills. 💻 // Strapi
📙 Articles, Tutorials
You may be looking for a useSyncExternalStore – Swizec wrote an article on the same hook and digs into why it matters in real apps by avoiding hydration flickers, giving you server‑safe defaults, and leading to smoother, less janky apps. // Swizec Teller
📦 Projects / Packages / Tools
Coding Agent Template – A new template for building and deploying AI agents that can automatically handle coding tasks. It's designed to run safely in the cloud using Vercel Sandbox and supports multiple AI models like Claude and Codex // Chris Tate
bots.fyi – Vercel launched an open database of common bots that developers can use to better handle automation and traffic // Vercel
ai-retry – A small library that helps avoid errors like timeouts, service overloads, or blocked requests by automatically retrying your call with fallback models. Lets you build safer AI apps without writing lots of error-handling yourself. // zirkelc
Ultracite – If you haven’t heard of Ultracite yet, it’s worth a look. It’s a Biome preset that formats code automatically, fixes lint issues on save, enforces strict type safety, and keeps your team (and AI tools) in sync on style // Hayden Bleasel
⚡️ Sponsor
🌈 Related
Getting AI to Work in Complex Codebases – Instead of “vibe coding” with chatbots, this post explains how structuring your workflow around research, planning, and implementation reviews can make AI agents more effective in brownfield codebases without creating tech debt // Dex Horthy
How i accidentally joined Vercel – A personal story from Josh about how a chance DM and a conversation with Guillermo Rauch at Vercel’s v0 Summit eventually led to him joining the team // nishimiya
Web Interface Guidelines – Practical do’s and don’ts for building reliable UIs, with tips on forms, loading states, and hydration-safe inputs in React/Next.js. // Vercel
|