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.
implements https://github.com/TanStack/router/discussions/2392
Unsure if this is a foolproof solution since it stubs variables/functions i.e. `$Refresh{Reg,Sig}$` and `__vite_plugin_react_preamble_installed`, though this has been a fix for my HMR issues with TanStack Start on a...
> [!IMPORTANT] > These reproductions need to be corrected to match the expected route tree and the content to be displayed on the screen. Starting for the reproductions for #2255
Just a suggestion for some additional functionality - do you think going this way would be feasible?
### Which project does this relate to? Router ### Describe the bug We used to be able to throw a redirect to update the route params, like so: ```ts //...
### Which project does this relate to? Router ### Describe the bug In doc I see (https://tanstack.com/router/latest/docs/framework/react/guide/not-found-errors#notfoundmode-root) the example: ``` If provided the path of `/posts/1/edit`, the following component structure...
### Which project does this relate to? Router ### Describe the bug I have simplified file structure like this:  In a real application each directory contains additional routes. As...
## Which project does this relate to? Router ## Describe the bug ### Situation I use a [pathless route](https://tanstack.com/router/latest/docs/framework/react/guide/routing-concepts#pathless-routes) and the layout is used in order to have a generic...
### Which project does this relate to? Router ### Describe the bug According to the docs/jsdoc, `defaultErrorComponent` defaults to `ErrorComponent`, but it doesn't behave as if `ErrorComponent` is set. ```ts...