Nuances of Server Actions in Next.js – In this article Tiger provides insights into Server Actions in Next.js, covering topics such as parameter binding, sequential execution limitations and revalidation techniques, with practical examples // TIGER ABRODI
⚡️ Sponsor
📙 Tutorials, Articles & Opinion
Vercel to Self-Hosted Next.js – This post guides you through the steps to set up a self-hosted Next.js app with a CI/CD pipeline powered by GitHub Actions, with zero downtime deployments and rollback functionality // GRAEME FULTON
📦 Packages / Tools / Repos
Headless UI v2.0 – Headless UI v2.0 for React got released and includes a ton of new stuff including built-in anchor positioning, a new headless checkbox component, HTML form components and more // TAILWINDCSS
𝕏 Clerk Elements – A library of unstyled, composable components that can be used to build custom UIs on top of Clerk's APIs without having to manage the underlying logic // DEREK BRIGGS
Draft: unstable_after – This feature will allow you to run code in your server components and API routes after the response is finished // JANKA URYGA
🌈 Related
Why Patching Globals Is Harmful – A phenomenal article about why libraries should avoid patching globals. The topic recently became relevant due to React’s decision to patch Date.now() and Math.random() // ARTEM ZAKHARCHENKO
Modern React testing, part 5: Playwright – This part of the testing series focuses on writing end-to-end tests using Playwright, demonstrating how to mock network requests with Mock Service Worker, and applying testing best practices to write integration tests // ARTEM SAPEGIN
|