Oct 21, 2024reacttypescriptUsing Zod with react-hook-form and TypeScript in ReactLearn how to combine Zod and React Hook Form to add type-safe validation to your React forms using TypeScript.
May 7, 2024reactnextjsrscServer-only code in Next.js App RouterLearn how to safely isolate server-only code in Next.js using React Server Components and the server-only package to avoid exposing sensitive code to the browser.
Oct 12, 2023cssperformanceFixing laggy scrolling caused by CSSCSS can hurt scroll performance more than you think—especially with fixed elements. Here’s how to detect and fix the issue.