Category: React

React

A peep into my TechStack

A quick look at the tools, libraries, and frameworks I use to build modern React applications, from state management to styling, and everything in between. Here’s a quick breakdown of the tools and libraries I use regularly in production React apps — and when I use each one.

Read
React

Optimizing a React Application using Lazy Loading, Caching and Code Splitting

Optimizing the performance of a React application is crucial for providing a smooth and responsive user experience. One way to achieve this is by implementing techniques like lazy loading, caching and code splitting.

Read