Issue #26 // Oct 5, 2023 // Open web version |
|
Next.js 13 vs Remix: An In-depth case study – Super insightful article comparing the recently released Remix v2 with the Next.js 13 App directory
🐦 Next.js Filesystem Routing visually explained – Beautifully animated explainer video about Next.js's filesystem-based routing
⚡️ SPONSOR
supastarter - Next.js SaaS starter kit (Launch deal: $100 off)Save time and focus on your business with this scalable and production-ready starter template. It includes authentication, multi-tenancy, i18n, billing, a landing page and much more! 📙 Tutorials, Articles & Opinion🎥 What is Radix Themes? – Quick and concise video explaining how to customize Radix Themes components
Docs: Bind Arguments to Server Actions – Really like this new recommendation! Use the `.bind` method instead of hidden input fields to add arguments to your Server Actions. Also check out the Pull Request for more details
The future of rendering in React – This article falls into the 'old but gold' category. Originally released almost exactly 1 year ago, it remains a valuable resource for learning about render patterns in React 18
📦 Packages / Tools / ReposAI Emojis – Love this! Fully open source Next.js AI app which generates emojis based on prompts
Tailwind Nextjs Starter Blog – Free starter template for creating blogs with Next.js, Tailwind CSS and Contentlayer. Supports React Server Components and App directory
Reactist – A set of open source React components made by the creators of Todoist
AutoForm – Automatically create a @shadcn/ui form based on a zod schema
🌈 RelatedUpgrading frontend dependencies with confidence – While unit tests ensure your code functions correctly, they might not catch unintended UI changes caused by updating dependencies. Sébastien explains how can address this issue by using visual regression testing.
The Uphill Battle of Memoization – A deep dive into the topic of memoization in React and what you should know before opting for React.memo
Cloudflare Birthday Week Recap – Cloudflare celebrated their birthday week by announcing a ton of new features and services. These include Serverless Puppeteer, CAPTCHA-free bot detection, and a serverless database
Avoid Common Pitfalls with Serverless Architecture – Insightful article about the pros and cons of serverless architectures and when using serverless doesn’t make sense
|