My Blogs
Workers in React
Web Workers vs. Service Workers in React: A Complete Guide with Use Cases
Read more- Dev.toSSR, SSG, and ISR in Next.js
What, Why, and When to Use - SSR, SSG, and ISR in Next.js
Read more- Dev.to7 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.toIntroduction 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- MediumFile 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- MediumBuilding 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- MediumExploring 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