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.
I was having some build issues across multiple platforms - I figured I'd have a better chance of resolving them if the nitro config was exposed. Any edge cases I...
### Which project does this relate to? Router ### Describe the bug Hey everyone, I couldnt find how to navigate to an external url using tanstack router / start. I...
fixes: #3962 I believe the bug is caused by an unnecessary decodeURI in `path.ts`. It works well, but I think we need to reconsider the test case we wrote. I...
### Which project does this relate to? Start ### Describe the bug _This probably is an issue only related to Cloudflare Workers_ 1. Create an API route `/api/test`; 2. In...
### Which project does this relate to? Start ### Describe the bug _Never run into this on a regular Vite/TSRouter project, so I'm gonna mark this as Start._ When navigating...
### Which project does this relate to? Router ### Describe the bug When using Yarn PnP, the basic installation steps create an error that kills the Vite dev server: ```...
### Which project does this relate to? Router ### Describe the bug Using `routerWithQueryClient(router, queryClient)` without using `createRootRouteWithContext()` in `__root.tsx` leads to an unclear TypeScript error in `router.tsx`: ``` Argument...
### Which project does this relate to? Router ### Describe the bug Using retained searchParams, if we change the retained param `x` form `a` to `b` on some route (lets...
### Which project does this relate to? Router ### Describe the bug After hot reloading a file, Route properties such as to, id, and path are not present on route...
WIP