Next.js 15.5 – This release focuses on developer experience by stabilizing typed routes for compile-time link checking and making the Node.js runtime for middleware production-ready. Turbopack builds are now in beta, showing 2–5x faster performance in production. The next lint command is also being phased out in favor of direct ESLint or Biome setups // Ben Gubler and Luke Sandberg
► Better Auth with Next.js: A very good introduction – Alex Booker shows how Better Auth makes authentication in Next.js feel natural. In this 20 minute video he walks you through setting up sign-up, sign-in, password reset, social logins, and protecting pages // Alex Booker
⚡️ Sponsor
📙 Articles, Tutorials
Taming React Component – The post suggests to treat components as two parts (UI + logic), move the logic into custom hooks, and avoid inline render helpers. This makes components easier to scan, test, and reuse // Nico Prananta
📦 Projects / Packages / Tools
React Bits – A free, open-source collection of 100+ animated, customizable React components to make your React app pop // David Haz
effect-nextjs – A set of helpers for using Effect with the Next.js App Router. Lets you build pages, server components, and actions while using Effect's ecosystem for schema validation, dependency injection, and robust error handling // Mattia Crovero
Visual Effect – An interactive visualization tool for the Effect library that shows you how Effect operations run over time with animated visuals and even synchronized sound effects. // Kit Langton
Streamdown – A new component designed to render Markdown streamed from AI models. It gracefully handles unterminated blocks and includes support for GFM, LaTeX math, and Shiki-powered code blocks out of the box // Hayden Bleasel
⚡️ Sponsor
🌈 Related
Why LLMs Can't Really Build Software – This piece reframes the conversation around LLMs: instead of seeing them as replacements, we should see them as collaborators that need constant human oversight to be effective on real-world projects // Conrad Irwin
Typed Query Builders: Kysely vs. Drizzle – This guide helps you decide between two popular TypeScript database libraries. It explains how Kysely excels as a pure query builder for existing projects, while Drizzle offers a more complete ORM solution // Guillaume Billey
|