**Next.js 15.5 just dropped — here’s what’s new, what’s going away, and what you should fix before 16 lands. **
Thread 🧵
1/ ⚡ Turbopack builds are now in beta
Run next build --turbopack
and enjoy blazing-fast builds.
Vercel’s own sites use it — over 1.2B requests served.
It’s seriously fast.
2/ 🧱 Node.js middleware is stable
You can now use full Node APIs in middleware. Need to hit the file system or use crypto? Go for it. Edge runtime still exists, but now you’ve got options.
3/ 🧠 TypeScript got smarter
next typegen
CLI
Fewer broken links, more type safety.4/ 🧹 next lint
is being sunset
Use ESLint CLI or Biome instead.
New projects get explicit configs.
Codemod available — migration’s easy.
5/ ⚠️ Deprecation warnings for Next.js 16
legacyBehavior
for <Link>
is going awaynext/image
quality defaults to 756/ 🛠️ Migration tips
next.config.ts
for image quality and localPatternslegacyBehavior
from <Link>
7/ 🚀 Upgrade like a pro
npx @next/codemod@canary upgrade latest npm install next@latest react@latest react-dom@latest
8/ 🙌 Over 3,000 contributors helped ship this Huge shoutout to the Next.js, Turbopack, and Docs teams. This release is stacked.
9/ 📚 Full release notes: Next.js 15.5 blog post
Muy pronto, en nuestros perfiles podremos agregar nuestro top 3 de tecnologías para que otros usuarios sepan en que somos expertos para así facilitar la búsqueda de nuevos usuarios, podríamos buscar usuarios que solo sepan React por ejemplo.
La vista de mensajes aún no está creada por eso muestra un error, y la vista de explorar es solo una página estática como demostración (aún no tiene funcionamiento).
Las reacciones sirven, pero aún no he trabajado en recuperarlas al traer los posts, no me dió el tiempo 😅, por el momento se puede responder a otros mensajes y crear hilos. La idea es que podamos postear contenido usando Markdown y soportar ciertas acciones, como añadir fragmentos de código, imagenes, mencionar usuarios, destacar links, etc.
Como verán esta es un X para desarrolladores, estoy trabajando en añadir funcionalidades exclusivas para devs.