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? Router ### Describe the bug On navigation `loadMatches` runs twice, and inside it `updateMatch` runs 3 times for each route in the hierarchy...

### Which project does this relate to? Router ### Describe the bug With SPAs, some document head content is typically set in HTML before JS is run. The current HeadContent...

The path example should be /app since the layout file is named app.tsx

documentation

### Which project does this relate to? Start ### Describe the bug Currently with react-start, we have the package `@tanstack/react-router-with-query` which will correctly hydrate/dehydrate the query client during ssr. However,...

### Which project does this relate to? Router ### Describe the bug When using hash history via `createHashHistory`, navigation to new pages doesn't scroll to the top of the page....

### Which project does this relate to? Start ### Describe the bug I'm using **TanStack Start** with **TanStack Query** and noticing that **preloaded query data can become stale** when served...

Basically we want to allow a user to have full access to the html document. Alexis mentioned to me that the html tag can't be hydrated on the client so...

package: solid-start-client
package: solid-start-plugin
package: solid-start-server
package: start-server-core

- docs/start/framework/react/integrate-better-auth.md - preview: https://github.com/nrjdalal/better-start - online docs preview: https://tanstack-com.vercel.app/start/latest/docs/framework/react/integrate-better-auth

documentation

### Which project does this relate to? Start ### Describe the bug When using `createServerFn` some of the server code is leaking into the client bundle as shown in the...

revisit-after-devinxi

### Which project does this relate to? Router ### Describe the bug (Not a bug, per se, but shared in Discord and @schiller-manuel requested a Github Issue.) ### Your Example...