My Blogs

Workers in React

Web Workers vs. Service Workers in React: A Complete Guide with Use Cases

Read more- Dev.to

SSR, SSG, and ISR in Next.js

What, Why, and When to Use - SSR, SSG, and ISR in Next.js

Read more- Dev.to

7 Useful Custom Hooks in React

7 beginner-friendly custom hooks that can significantly enhance your React development experience. Let’s dive in!

Read more- Dev.to

Introduction to TanStack Query with React and TypeScript

TanStack Query is a tool for managing server-state in React apps, simplifying data fetching, caching, and updates, improving efficiency and code readability.

Read more- Medium

File Uploading in React: A Beginner’s Guide

Uploading files in React can seem like a challenging task, but with the right approach, it’s straightforward and powerful. In this blog post, we’ll break down the basics of implementing a file uploader in React.

Read more- Medium

Building a Progressive Web App (PWA) in React

Progressive Web Apps (PWAs) are web applications that provide a native app-like experience to users. They are reliable, fast, and engaging, offering features like offline access, push notifications, and installation on devices.

Read more- Medium

Exploring tRPC and Comparing It with REST API

tRPC (TypeScript Remote Procedure Call) is a library that allows you to build type-safe APIs using TypeScript.

Read more- Medium