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 This example crashes the dev server: https://tanstack.com/router/latest/docs/framework/react/examples/basic-ssr-streaming-file-based Terminal: ``` > dev > node server ♻️ Generating routes... ✅...

### Which project does this relate to? Router ### Describe the bug Just went through the documentation to get setup with Tanstack Router: 1. Went through Overview -> OK 2....

### Which project does this relate to? Start ### Describe the bug If the project root is set to srcDirectory, url importing css files at build time will fail to...

### Which project does this relate to? Start ### Describe the bug after migrating, wrangler deploy errors out. worked before migration ``` ✔ Nitro Server built nitro 11:09:52 AM └─...

### Which project does this relate to? Router ### Describe the bug When using `beforeLoad` in nested routes, the expected behavior is that if a parent route’s `beforeLoad` function throws...

This PR introduces a **global “blocker” state** in and the callbacks needed to continue (`proceed`) or cancel (`reset`) a blocked navigation globally, to be consumed directly from the router state....

package: react-router
package: router-core
package: history
package: solid-router

### Which project does this relate to? Start ### Describe the bug When using normal css imports or css modules, css from other routes is requested on the page load...

docs/start/framework/react/migrate-from-next-js.md

documentation

Devinxi support for TanStack Start Clerk is being worked on [here](https://github.com/clerk/javascript/pull/5973) and this PR pins a snapshot version of that PR to unblock devs. This also adds a fix to...

### Which project does this relate to? Start ### Describe the bug When enabling prerendering for marketing pages in a TanStack Start application deployed to Cloudflare Pages, nginx reverse proxy...