Frontend

React 19 Ref Updates - Prop Support & Cleanup Function!

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.

Functional Programming In React

Learn about functional programming and how React implements it using immutable data, pure functions, and composition, along with the benefits of functional programming.

CSS units rem, em, px, vh, vw, percentage

Learn differtent types of css units and their usage based on usecases.

Understanding Controlled And Uncontrolled Components In React

Learn about controlled and uncontrolled components, the differences between them and and which one to use.

Explore new hooks coming up in React 19

React 19 introduces powerful new hooks like useActionState, useFormStatus, useOptimistic, and use that simplifies optimistic UI updates, form handling, and working with promises. In this blog, we will take a closer look at each of them.

Memo vs. useMemo: When to use each for better React performance?

Ever wondered when to use React.memo and useMemo? This in-depth guide clarifies their differences and shows how to leverage them for optimal performance.

ECMAScript - Grouping arrays using Object.groupBy and Map.groupBy

This blog explains the features of the latest ECMAScript proposal Object.groupBy and Map.groupBy that reached stage 4.

Tailwind vs Bootstrap

This blog explores the differences between Tailwind CSS and Bootstrap, assisting developers in selecting the optimal framework for their projects.

Understanding Generators, Iterators, and Iterator Helpers in JavaScript

Understand JavaScript generators for pausing functions, ideal with large datasets. Learn iterator basics, next() method, and efficient iteration with helpers

Zustand or Redux, which one is the best choice?

This blog explores Zustand and Redux for React state management, highlighting Zustand's simplicity and Redux's suitability for complex projects.