Composable Caching with Next.js – The new caching mechanism in Next.js provides a flexible and intuitive way to integrate dynamic and static parts of your app. This post explains why the new caching uses a directive instead of a cache function, how cache keys work, and how composability functions similarly to client and server components. // LEE ROBINSON
⚡️ Sponsor
📙 Tutorials, Articles & Opinion
📦 Packages / Tools / Repos
fancy components – A collection full of fancy, fun, edgy and useless React components built with TailwindCSS and Motion // DANIEL PETHO
Base UI – From the creators of Radix, Floating UI, and Material UI, Base UI is an unstyled UI component library for building accessible user interfaces. // OLIVIER TASSINARI
Gimli Tailwind – A browser extension to intuitively view and edit utility classes // GIMLI
Monorepo Support for the shadcn CLI – The CLI now understands the monorepo structure and will install the components and dependencies in the right packages, and handles import resolution for you // SHADCN
⚡️ Sponsor
Introducing React Router SDK (Beta) – Add authentication and authorization to your React Router application, as a framework or library, in minutes with this new Clerk SDK. // Clerk
🌈 Related
React Query - The Bad Parts – To truly understand something, it’s crucial to be aware of both its benefits and, perhaps even more importantly, its downsides. In this talk, maintainer Dominik will explore the less favorable aspects of React Query and highlight scenarios where it might not be the best fit // DOMINIK DORFMEISTER
React Lifecycle in 3 Minutes – A quick and clear guide on React lifecycles: mount, unmount, and rerender. Find out when useLayoutEffect is cleaned up and when DOM Refs are set in your components // NDEYE FATOU DIOP
CSS Wishlist 2025 – I didn’t even realize that there are draft proposals for most of these features. It’s wild to think about how far CSS has come. I’d love to see things like Motion-Blur, Reduced Data, or CSS Carousel become part of the standard in 2025 // ADAM ARGYLE
React 19 and Web Component – With the latest major release, React has added support for custom elements. In this short post, Chris demonstrates how to use them in a React app. // CHRIS COYIER
|