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.
### Which project does this relate to? Start ### Describe the bug When someone imports server code on the client in the current iteration of tanstack start, vite gives a...
### Which project does this relate to? Start ### Describe the bug When re-exporting a server function factory (created with createServerFn().middleware([...])), the export syntax affects whether middleware executes. Using `export...
### Which project does this relate to? Start ### Describe the bug When configuring a custom base path in Vite along with TanStack Router's basepath, the prerenderer still attempts to...
**Description** This PR fixes a TypeScript inference issue where route parameters are not detected when a route file is placed inside a _pathless directory. Runtime behavior was already correct, but...
### Which project does this relate to? Router ### Describe the bug When throwing a `notFound()` in the `beforeLoad` of a child route, the `pendingComponent` of a parent route keeps...
When running push/pop actions like back, forward or go in quick succession the `ignoreBlocker` functionality does not work since the event which flips back the ignore flag does not run...
## Summary by CodeRabbit * **Refactor** * Simplified and unified type-validation logic across router packages for more consistent option handling and clearer type resolution. * File-based route creation now uses...
### Which project does this relate to? Start ### Describe the bug repo: https://github.com/hehehai/tiny-svg site: https://tiny-svg.actnow.dev/ locale dev: success locale build: error message (prerender) vite config ```ts import contentCollections from...
### Which project does this relate to? Start ### Describe the bug When I click the `Deploy to Netlify` button [here](https://tanstack.com/start/latest/docs/framework/react/examples/start-clerk-basic), it spins up an app on Netlify with a...
### Which project does this relate to? Router ### Describe the bug When trying to use the `router.matchRoute` function with a path that is contained within a pathless route, the...