Issue #50 // May 17, 2024 // Open web version |
The Forensics Of React Server Components β This article dissects RSCs, detailing their implementation and explaining their role in improving web application efficiency
Snappy UI Optimization with useDeferredValue β Another amazing guide by Josh on how you can utilize the useDeferredValue hook to improve the performance of your apps
π Tutorials, Articles & OpinionAPI Layer & Data Transformations β Mixing transformations of API data and UI code quickly leads to messy and unmaintainable code. Learn how to create a cleaner React architecture by moving data transformations to an API layer
Authentication using Auth.js v5 and Drizzle for Next.js App Router β A quick tutorial on setting up Auth.js v5 with the App Router and Server Components
Using React's Server Actions and Resend for Emails β Resend is an email API for developers. This article explores how to use Server Actions to send emails in a Next.js app with Resend
βΊ Build a reusable team component with Next.js and Supabase β Great beginner-friendly guide on how to combine TanStack React Table, shadcn/ui, and Supabase to build a team component for your dashboard
π¦ Packages / Tools / ReposReact Compiler β React Compiler, formerly known as React Forget, has finally been released! The goal of the compiler is to make useMemo, useCallback, and React.memo obsolete. It's still experimental, but here's how you can try it out with Next.js
Prisma Optimize β Gain insights and performance-related recommendations for crucial metrics such as query latency, frequency, and associated errors. Additionally, it provides visibility into the exact SQL generated for each query
Firebase App Hosting β A new alternative to Vercel for hosting Next.js apps. It stands out because itβs integrating with the Google Cloud ecosystem, giving you more choices for setting up and fine-tuning your backend infrastructure
onborda β An onboarding wizard flow for Next.js powered by framer motion
π RelatedWhy React Query? β React Query gets downloaded 3.3 million times a month β this is the story of why it exists and what problems it solves.
Digging for SSRF in Next.js apps β An interesting read about common misconfigurations in Next.js apps and a security vulnerability discovered within the framework
You don't need useState in React β Itβs a clickbait title, but the core message is that you might not need as many useState calls as you think
Why I Stay with Serverless in 2024 π β A sincere reflection on the benefits of serverless platforms over traditional server-based alternatives
|