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

resolves #3482 WIP needs runtime tests

package: react-router
missing-tests

Closes #3157 This PR allows literal values to be passed without transformation in types. As a side effect it allows to pass branded types. See example: ```tsx import { createFileRoute...

package: router-core

`@tanstack/react-router` remains a dev dependency because it's still used in tests

package: valibot-adapter
package: zod-adapter
package: arktype-adapter

### Which project does this relate to? Router ### Describe the bug ## Problem When throwing a `notFound()` error with a custom routeId option from a route's `onError` callback, the...

### Which project does this relate to? Router ### Describe the bug When trying to use the type `ValidateLinkOptions` or similar (like `LinkProps`) inside the loader of `createFileRoute`, I get...

fix #5466 > https://github.com/TanStack/router/blob/4693e0e3d4340238a79f26a2a9b102b4e670ea2a/packages/router-core/src/link.ts#L222-L229 When `TResolvedPath` is a union such as "/invoices" | "/wrong". In this case, checking it directly with `(TResolvedPath & RouteToPath extends never `does not filter out...

package: react-router
package: router-core