Hi, I'm Rajiv! Welcome to my digital garden where I share my knowledge about software development, problem-solving, and building better applications.
Master error handling in Next.js with try-catch and error boundaries. Learn server-side and client-side error handling techniques to prevent app crashes and improve user experience in production applications.
In this article, we will learn how to animate the dark mode toggle with the View Transitions API in React.
In modern web applications, modals are an essential UI element for displaying content without navigating away from the current page. This article demonstrates how to create a modal route in Tanstack Router, I hope you find it helpful.