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 Currently this works /_layout/login.tsx -> /login auth._layout.login.tsx -> /auth/login Its just that this doesn't work /auth/_layout/login.tsx -> /auth/layout/login As you can see on the reproduction link,...
### Describe the bug If you click on a link to a page you're currently on, you it would render two times. Same thing happens if you add/change search params...
### Describe the bug We have encountered an issue with data prefetching in our application utilizing @tanstack/react-query version 5.8.7 and @tanstack/react-router version ^1.0.5. The core of the problem lies in...
Hey ! Thanks for the great work with all the TanStack packages. I'm trying to use `@tanstack/router-vite-plugin` in a project where I'm using `"moduleResolution": "NodeNext",` and i'm unable to use...
### Describe the bug Up until a recent-ish beta version (not sure which specifically), errors would bubble up the route tree until it hit a route with an `errorComponent` or...
Hey sorry @tannerlinsley @schiller-manuel here is the fix for my `addExtensions` option, my PR #1160 did not work as intended.
Fixed typo `!`.
### Performance improvements - Use template literal types to autocomplete relative paths. This eliminates recursion depth limits and is faster than splitting the union into tuples - Only remove trailing...
### Describe the bug Hi, We're getting this weird error when initialising router ```js Uncaught TypeError: warning is not a function useRouter useRouter.cjs:25 Transitioner RouterProvider.cjs:54 React 12 workLoop scheduler.development.js:266 flushWork...