Next.js SaaS Starter β Lee from Vercel has developed a SaaS Starter template, ideal for learning top-tier Next.js patterns and best practices. The template uses Tailwind, shadcn, and Drizzle ORM and comes with Email/password authentication, basic RBAC and Stripe payment integration out of the box // LEE ROBINSON
React 19 Cheat Sheet β All the new features in React 19, conveniently compiled on an easy-to-print Letter-size sheet // KENT C. DODDS
π Tutorials, Articles & Opinion
Next.js Patterns β A collection of practical patterns for building real-world Next.js applications. Learn how to stream files and how to prevent CSRF vulnerabilities // ERIC BUREL
MDX in Next.js β Learn how to set up and configure MDX in a Next.js App Router app with next/mdx and Next MDX Remote. // COLBY FAYOCK
π¦ Packages / Tools / Repos
Announcing TypedSQL β Prisma ORM now supports the ability to write raw sql queries and have the inputs and outputs be fully type-safe // NIKOLAS BURK
DMNO: Environment Variables. Evolved β A full-stack configuration tool that provides validation, leak detection/prevention, and type-safety for your environment variables and secrets // DMNO DEV
Announcing TypeScript 5.6 β With TypeScript 5.6, developers benefit from improved code safety, faster builds, and more responsive diagnostics // DANIEL ROSENWASSER
π Related
Don't Sleep on AbortController β Learn how to cancel requests, remove event listeners, and make any part of your code abortable // ARTEM ZAKHARCHENKO
|