Tag: React
All the articles with the tag "React".
Next.js 16 is Here – Turbopack is Stable and the Default Bundler
Published: at 08:25 AMTurbopack is now stable in Next.js 16, bringing 2–5× faster builds. Here's what changed, how to migrate, and my quick test on a real project.
React Component Testing with Vitest's Browser Mode and Playwright
Updated: at 06:10 AMLearn how to test React components using Vitest's Browser Mode and Playwright for better reliability and visibility in real browser environments
Common useEffect Mistakes
Published: at 07:57 AMAvoid `useEffect` mistakes: manage dependencies, include cleanup code, and consider alternatives for data fetching to enhance performance
Next.js SEO: How to solve Duplicate, Google chose different canonical than user
Published: at 11:00 AMLearn how to fix Next.js duplicate content issues in Google Search Console for better SEO and improve your site ranking effortlessly
React Router Vitest Example
Updated: at 12:36 PMIn this blog post, I'll show you how to set up React Router 7, Vite 6, and Vitest 2 for testing React applications
How to Fix React Hydration Error in Astro
Updated: at 12:04 PMLearn to fix React Hydration Errors in Astro by using the client:only directive