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 When adding `beforeLoad` to a route (even an empty one), the router gets mounted and then displays a white page for approx. 400ms before the actual...
### Describe the bug I'm trying to use a root route with a loader and hash history (which is needed for Electron, though this issue also occurs on the web)....
### Describe the bug When setting the preset to `bun` in deployment. the generated bundle is not working, it complains about missing `react-dom/server` I checked the `node_module` inside `.output` folder,...
### Describe the bug Hello, I want to load data that is relevant for the whole page (e.g. user related data) on the first load of the page and use...
### Describe the bug This might not be a bug related to the start directly, but somehow it works fine in vite directly. the problem that some file is not...
### Describe the bug In the code below, which was suppose to invalidate the context and navigate to the following route. for context i'm following the example given in tanstack...
### Describe the bug I can't reset error component through navigation when defaultErrorComponent is set ### Your Example Website or App https://stackblitz.com/edit/vitejs-vite-7thcsy ### Steps to Reproduce the Bug or Issue...
### Describe the bug Since #1534 was fixed with #1907, I've found that the pendingComponent will not show if intent-based loading is enabled. The age blocks indefinitely until the dependencies...