React 19 Ref as Prop & Cleanup Functions
In this blog, we’ll explore the new ref updates in React 19, including ref as a prop and the addition of cleanup functions in ref callbacks.Tailwind vs Bootstrap: A Comparison
This blog explores the differences between Tailwind CSS and Bootstrap, assisting developers in selecting the optimal framework for their projects.Zustand or Redux, which one is the best
This blog explores Zustand and Redux for React state management, highlighting Zustand's simplicity and Redux's suitability for complex projects.ECMAScript 2023 - Exploring New Features
In this blog, we'll dive into the ECMAScript 2023 updates, highlighting four significant new features that promise to streamline our coding experience.React Error Boundaries: Handle Errors Gracefully
Learn React error boundaries to catch runtime errors and display fallback UI. Includes react-error-boundary package, hooks, and HOC patterns.Writing re-usable code with React Composition
React Composition helps make our code more efficient, and easier to maintain and update in the long run.Understanding the CSS parent selector :has()
If we want to target the parent element based on the content or the child elements we can use :has().