▶️ Multi-tenant SaaS apps with Next.js and Vercel - Lee Robinson
▶️ Server Functions Don't Exist (It Matters) - Jack Herrington
▶️ The growing divide among React developers… - Fireship
▶️ React's New Activity Component: Huge Performance Win! - Jack Herrington
▶️ Deploy Next.js To VPS With Dokploy (EASY!) - ByteGrad
Sponsored
The Most Up-to-date Nextjs Course by Robin Wieruch
Master Full-Stack Web Development with Next.js 15 and React 19
📄 Patterns for state management with actors in React with XState Actors are ideal for state management, and XState has all you need to implement them in React. Here are all the ways you can create and combine actors in React with XState. - Sandro Maglione
📄 Making Next.js Navigation Fast Next.js has been my go-to framework for building full-stack apps for years. Built-in API routes, image optimization, and good integrations, there are a lot of reasons to use it. But there's one part I'm not a fan of... - Josh DevRel at Upstash
📄 Memoization and React Kent explains the concept of memoization as caching inputs and their outputs to avoid unnecessary recalculations, and demonstrates how React's memoization APIs-React.memo, useMemo, and useCallback-help optimize component rendering and computation by reusing cached results when inputs or props remain unchanged - Kent C. Dodds
📄 JUST FUCKING USE REACT The article "Just Fucking Use React" delivers a straightforward, candid argument for using React or similar modern JavaScript frameworks when building complex, interactive web applications. - Omercan & Burak
📄 Server Components Give You Optionality not a Prescription What React Server Components do is give you optionality to decide where you want your code to run: the server, the client, or both. And when: build-time or run-time - Daniel Saewitz
📄 The Perfect Cursor AI setup for React and Next.js A comprehensive guide to setting up Cursor AI seamlessly with React, Next.js, and Tailwind CSS. It also covers tips for test-driven development and converting Figma designs into clean code - Matt Abrams
📄 Is Next.js Still Worth It? Vercel’s Control, SSR Push & the Recent Bug I've been building with Next.js for a while now and generally like it, but recently I’ve been having second thoughts. The direction React and Next.js are heading feels a bit… off... - Reddit - r/reactjs
📄 Guide to fast websites with Next.js Tips for maximizing server speeds and minimizing client burden - Seif Ghezala - Tinloof
📄 From Next.js to Astro: A Page Size Comparison A comparison between two sites (Nextjs and Astro) - Alan Norbauer