Shubhajit Chatterjeeshubhajit-chatterjee.hashnode.dev·Sep 8, 2024Performant Web AppsImagine a world where dynamic web applications are so responsive, they feel as fast as static sites served directly from a user’s local system. That level of speed would create a seamless and delightful user experience. But is that even possible? Dyn...React
Nabidul Islamnabidul.hashnode.dev·Jun 6, 2024React Router's Emerging Threat: TanStack RouterRouting Overview Web development relies heavily on routing, which directs users to different parts of a web application upon interaction. Routing updates the browser's URL as the user navigates through the application. Routing is essential: It also ...5 likesReact
Leonardo Montinibalastrong.hashnode.dev·Mar 14, 2024TanStack Router: Path Parameters & LoaderWelcome to the second article of a series where we will explore TanStack Router, the new typesafe routing library (and state manager, in some cases) for React. In the first article we saw how to set up a new project with TanStack Router and how to cr...TypeScript
Leonardo Montinibalastrong.hashnode.dev·Mar 14, 2024TanStack Router: Setup & Routing in ReactWelcome to the first article of a series where we will explore TanStack Router, a new router for React (version 1.0 released in December 2023). Should you drop your current router and switch to TanStack Router? Not necessarily, but knowing what it of...tanstack router