router icon indicating copy to clipboard operation
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.

Results 526 router issues
Sort by recently updated
recently updated
newest added

### Which project does this relate to? Start ### Describe the bug When with Tanstack/start I have a layout of this type: ``` posts.$postId.tsx posts.route.tsx ``` with a loader in...

## Fix: Disable forced optimizeDeps in Vitest to prevent duplicate React instances ### The Issue When using `@tanstack/react-start` in a monorepo setup with Vitest, the plugin unconditionally adds `react` and...

package: react-start

Add start-basic-netlify example with `@netlify/vite-plugin-tanstack-start` in examples dir. ## Summary by CodeRabbit * **New Features** * Added a full TanStack Start + Netlify React example demonstrating file-based routing, dynamic routes,...

Docstrings generation was requested by @TomasBankauskas. * https://github.com/TanStack/router/pull/6071#issuecomment-3643730480 The following files were modified: * `examples/react/start-basic-netlify/src/components/DefaultCatchBoundary.tsx` * `examples/react/start-basic-netlify/src/components/NotFound.tsx` * `examples/react/start-basic-netlify/src/components/PostError.tsx` * `examples/react/start-basic-netlify/src/components/UserError.tsx` * `examples/react/start-basic-netlify/src/router.tsx` * `examples/react/start-basic-netlify/src/routes/__root.tsx` * `examples/react/start-basic-netlify/src/routes/_pathlessLayout.tsx` * `examples/react/start-basic-netlify/src/routes/_pathlessLayout/_nested-layout.tsx` *...

## Summary by CodeRabbit * **Refactor** * Restructured internal URL handling to use URL objects consistently throughout router packages, improving href generation and origin normalization during navigation and redirects. *...

package: react-router
package: router-core
package: solid-router
package: vue-router

## Description When multiple TanStack Routers coexist (e.g., in micro-frontend architectures), **all routers respond to all history changes**, even when the path is outside their configured `basepath`. This causes: -...

enhancement

### Which project does this relate to? Start ### Describe the bug If you use nitro + spa mode, the `vite build` will report this error: ``` ✓ built in...

### Which project does this relate to? Start ### Describe the bug When a client disconnects during streaming, the resulting `DOMException: The connection was closed` cannot be caught and floods...

### Which project does this relate to? Start ### Describe the bug I have a route that declares a server function as loader and a `notFoundComponent`. The server function throws...

### Which project does this relate to? Router ### Describe the bug When using the recommended patterns for authentication, particularily in tanstack start, the performance of the app is garbage....