next-forge – A monorepo template equipped with everything you need to launch your new SaaS app quickly. Includes authentication, billing, analytics, SEO, database ORM, and more. // HAYDEN BLEASEL
Next.js Conf 2024: All Sessions – All sessions from this year’s Next.js Conf are now live! If you only have time for one, I highly recommend Aurora Scharff’s talk on how React Server Components can boost web app performance. // NEXT.JS
⚡️ Sponsor
📙 Tutorials, Articles & Opinion
How to (not) reset a form after a Server Action in React – The default behavior of a form using Server Actions in Next.js is to reset the form state after submission. While this is ideal for successful requests, it’s not what you want in case of an error. This article explains how to handle that. // ROBIN WIERUCH
📦 Packages / Tools / Repos
Atomic CSS Devtools – A browser extension for the devtools panel that lets you debug Atomic CSS rules as if they were traditional CSS. Compatible with TailwindCSS, Panda CSS, StyleX, and more. // ALEXANDRE STAHMER
next-validate-link – A tool that ensures all your Markdown links in your Next.js app are valid and up-to-date // FUMA NAMA
next-ui-full-calendar – A flexible calendar component for React that allows you to create and manage events in day, week, or month views // MINA MELAD
🌈 Related
► The suspense quest Inside React's Magic – Have you ever wondered what makes Suspense work its magic? How does it know to display a fallback when a query is about to happen in a component below? This talk uncovers the secrets behind it. // CHARLOTTE ISAMBERT
► How React Compiler Performs on Real Code – The React Compiler Beta was released not too long ago, and the stable version should be arriving (hopefully) soon. If you need a refresher on what it is, what it does, and most importantly, how it works, this 25-minute talk is definitely for you. // NADIA MAKAREVICH
Two ways to the two Reacts – An interesting read that explores React 19's shift toward a server-based model, while comparing Next.js's server-centric architecture with TanStack Start's client-centric approach. // BOBAE KANG
|