router
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.
### Which project does this relate to? Start ### Describe the bug When running tanstack start in SPA mode, the server build contains SSR code. ### Your Example Website or...
### Which project does this relate to? Start ### Describe the bug This example, examples/react/start-basic-auth, only works in Firefox and Chrome. It does not work in Safari 18.3 on MacOS...
Tanstack Form has silently created a new package named [`@tanstack/react-form-start`](https://github.com/TanStack/form/releases/tag/%40tanstack%2Freact-form-start%401.25.0) recently. [Branch](https://github.com/TanStack/form/tree/main/packages/react-form-start) [The usage example is in this docs. ](https://tanstack.com/form/latest/docs/framework/react/guides/ssr#using-tanstack-form-in-tanstack-start) This PR, also optimize deps for `@tanstack/react-form-start` to fix vite...
### Which project does this relate to? Start ### Describe the bug I'm experiencing a significant memory leak when using TanStack Form with Start in production. It crashes my production...
# PR Description: ## 🐛 Problem & User Need ### The Original Need I want to display meaningful page titles **immediately during route loading**, before `head()` executes. Currently, there's a...
### Which project does this relate to? Start ### Describe the bug ## Summary Abort signals are not properly propagated to streaming server functions (`response: 'raw'`) in TanStack Start, causing...
Current behaviour: if you .lazy() an error component on a beforeLoad, then the error component won't be use and the default one will be instead Reproduction of current error: https://stackblitz.com/edit/tanstack-router-wiqzauc7?file=src%2Fmain.tsx...
Fixes [#5473](https://github.com/TanStack/router/issues/5473): **API routes without a GET handler returned 200 + SPA shell instead of 404 JSON.** Previously: - Visiting `/api/xyz` where only a `POST` handler existed returned **200 OK**...
Fix hydration mismatch in production builds when using the Tailwind 4 Integration Guide Added `source("../")` to the Tailwind import to explicitly set the base path for class detection. ### Problem...