router
router copied to clipboard
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
### Describe the bug On initial page load, tanstack router will unescape the url, which causes problems when reserved characters (such as `#`) were escaped and are no longer. For...
Reproductions for - #2014 - #2174
### Describe the bug Routes with lazy and those with loader async do not set view to elementet id after refresh. When it is on the path to a specific...
### Describe the bug ``` import { Auth0ContextInterface, Auth0Provider, useAuth0, User } from '@auth0/auth0-react' import { createRouter, RouterProvider } from '@tanstack/react-router' import { SettingsProvider } from './providers/SettingsProvider' import { TrpcQueryProvider...
### Describe the bug When an error is thrown from the `beforeLoad` option of a route and the router is configured with pending component, it seems that the router remains...
### Describe the bug HMR is not working in root route. only working from normal routes. ### Your Example Website or App https://github.com/TanStack/router/tree/main/examples/react/start-basic-rsc ### Steps to Reproduce the Bug or...