Are you running into the No Access-Control-Allow-Origin error while working on your React project? You’re not alone. In this guide, you’ll learn clear, step-by-step methods to fix the CORS error i...
Hey Dev Community!I'm building a React web app using a glassmorphism-inspired design – with soft gradients, blurred backgrounds, and rounded cards/buttons.We want to add a cute, animated assistant c...
Trying Next.js Without tRPC
I recently tried to build a new Next.js app without tRPC, thinking I wouldn't need it anymore now that Server Actions are stable and there are tools like next-safe...
useCallback is a hook that helps you memoize a function so that it is not re-created on every render, improving performance, especially in child components that rely on props.In React, passing functio...
Tired of paying for UI components on every new project? You're not the only one. In 2025, with the boom in side hustles and lean startups, it's smart to look for solid alternatives that don’t stretc...
Hi everyone!This week we have a great Next.js release with significant build speed improvements. I'm also quite excited to see the activity around the upcoming React component. Many great community b...
Even if you weren't aware of it, you have already worked with React components if you have ever used React for front-end development or to build a web app. Every React application is built on top of t...
Hey Devs! 👋 Welcome back to our series on optimizing your React apps. In this second post, we're diving deep into a crucial performance-enhancing technique: Code Splitting.
What is Code Splitting...
Hey Devs! 👋Welcome to the third post of our blog series on Optimising React applications! Today, we're diving deep into a powerful technique: Lazy Loading. This is a game-changer for performance, s...