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 vite-plugin-pwa's build steps (generate assets, generate serviceworker bundle) are seemingly not executed when running `vite build` with VitePWA()...

This is just the unit tests. No fix is implemented. Leaving that to you guys. Interestingly, I couldn't get the bug to reproduce in the solid-js unit test, even though...

package: react-router
package: solid-router

I used TanStack and Cloudflare to build my web project today, and it amazed me. Also, I noticed there are some minor flaws in the example code that could be...

fixes #5200 ## Problem When using the new rewrite system with basepath, redirects from `/` to `/basepath` were not working in client-side navigation. ## Root Cause The `buildLocation` function was...

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

### Which project does this relate to? Router ### Describe the bug Since that version, `basepath` has been replaced with the `rewrite` method, and it seems that the rewrite logic...

This PR includes an example showing how to internationalize a TanStack Start / Router app using Intlayer It includes i18n for: - Component content - Server action content - Page...

I was trying to use a starter but it took me some tries to copy the proper URL and get the command to use it, so I came back to...

documentation
package: react-router
package: router-core
package: router-plugin
package: router-generator
package: router-cli
package: valibot-adapter
package: router-devtools
package: zod-adapter
package: solid-router
package: arktype-adapter
package: router-vite-plugin
package: react-start-server
package: react-start
package: react-start-client
package: solid-start-client
package: solid-start-server
package: router-devtools-core
package: react-router-devtools
package: solid-start
package: solid-router-devtools
package: start-plugin-core
package: start-server-core
package: start-client-core
package: start-static-server-functions
package: start-storage-context
package: react-router-ssr-query
package: router-ssr-query-core
package: solid-router-ssr-query

Although sitemap generation was added in https://github.com/TanStack/router/pull/4217, there doesn't seem to be any related documentation, so I added it. ## Summary by CodeRabbit * **Documentation** * Added sitemap generation section...

documentation

### Which project does this relate to? Router ### Describe the bug Hi, I think the type is broken for the useServerFn. I've reproduced and noticed that if I need...

types

### Which project does this relate to? Start ### Describe the bug Hello, Since version v1.132.0 some h3-related method were removed from `@tanstack/start-server-core` It's been [67 of them](https://github.com/TanStack/router/commit/32faee22da8f2766f38ded64896f1717190f4a6e#diff-8cd263e3a2b532b40e428f1c31055dfc9862ba3e57fe35756bfb911b00403bdaL4-L70) now [there...