Next.js 15 RC 2 – The second Release Candidate of Next.js 15 is out, packed with some awesome changes. This will likely be the final one before the stable release drops, so if you want to stay ahead of the curve, now’s your chance. Some of the changes: There's more! Be sure to check out Lee's live Q&A on the recent release.
► Self-Hosting Next.js – The ultimate guide to deploying Next.js on a $4 VPS. It walks you through using and configuring key Next.js features like image optimization, caching & ISR, streaming, middleware, and server components. // LEE ROBINSON
⚡️ Sponsor
📙 Tutorials, Articles & Opinion
The True Nature of useActionState – Great article for understanding useActionState. It clearly explains handling async operations, applying optimistic updates with useOptimistic, and effectively managing errors // NIKHIL S
📦 Packages / Tools / Repos
Better Auth – This authentication library seemed to appear out of nowhere, but even though it's still in beta, it already feels incredibly polished and is evolving super fast. It comes with several plugins and supports credential-based auth. Definitely worth checking out! // BEREKET ENGIDA
KaibanJS – A JavaScript framework for building and managing multi-agent systems with a Kanban-inspired approach. Learn how to integrate with Next.js
// DARIEL NOEL
Draft PR: Introduce experimental Request Interceptors – Seems like Next.js is getting route-level middlewares, referred to as Request Interceptors. You can define them in an interceptor.ts file and place them anywhere in the app directory. They’re also compatible with the Node.js runtime and support Server Actions. // HENDRIK LIEBAU
Announcing Deno 2 – 4 years after its initial launch, Deno has released version 2, and it's better than ever. With backwards compatibility with Node.js and NPM, you can now use it with frameworks like Next.js. Plus, there are a bunch of other improvements, including a new package manager, workspace support, and a stable standard library. // DENO
More:
- Lucia Auth: Future plans – Lucia will be deprecated and continue as an authentication guide
- NextStep – Lightweight onboarding library for Next.js
- Server Functions – Server Actions are being renamed to reflect that they can be used for multiple purposes
🌈 Related
Serverless servers – Vercel is introducing in-function concurrency to Vercel Functions. Put simply, this allows a single serverless function to handle multiple requests simultaneously, much like a traditional Node.js server, meaning you'll save on costs. // MALTE UBL
Fixing serverless with a $5 VPS – James explains how to overcome the limitations of serverless architectures and achieve the best of both worlds by using servers when needed // JAMES PERKINS
|