react-query-questions
solid-query-questions
table-questions
virtual-questions
router-questions
react-charts-questions
ranger-questions
vue-query-questions
svelte-query-questions
bling-questions
form-questions
angular-query-questions
start-questions
db-questions
start-showcase
router-showcase
📣-announcements
Make a type safe URL string with params and searchParams so that users can copy i
Getting back from oAuth / parsing URL
routeId to the router, I have full path. Using that in navigate would lead to Invariant failed, as the href is not an actual route.
What I'm doing is to use history somehow as a thin layer that will be updated so that router will handle that as an "external" update and will parse URL on it's own – it clearly can do that if I remember correctly and probably does that on the initial load. The trouble is that I can't get it to handle history yet, but maybe this "parsing" API is exposed and I'm missing something?...Router and Vite dynamic import issues
failed to dynamically fetch [component]. This appears to be a Vite specific issue, but my question issue is - how do I best protect against this error using Tanstack Router?
One of the recommended solutions is to do the following (for React Router) - ...useSearchState a good idea for a hook?
Does tanstack router not promote potentially harmful conventions?
useSearch and useParams hooks that exist on the Route instances could be promoting a harmful convention.
Since all Route instances must have a runtime reference to their parents, using the hooks via the Route instances means that any hook consumer will have to effectively depend on the entire route tree.
Here's an example of what I find problematic:...Using Tailwind's Catalyst UI with Tanstack Router
Link component.
I pulled heavily from @Manuel Schiller's example from another thread (https://discord.com/channels/719702312431386674/1192472012585705504/1193343346215755828) and the below technically "works" but TS is stating that the type is wrong. Feel like I'm really close but overlooking something as I'm definitely out of my league here. Appreciate any help here and will create an issue in Tailwind's issues repo with the solution to add it to their docs!
```typescript...Authentication / Router question
Facing duplicate request while using tanstack router with tanstack query

I would like to try to integrate Tanstack router with the new SolidStart Beta 2 :)
Router Context is provided but matchContext is not
can't access property "routeId" of undefined as in useMatch the const nearestMatchId = React.useContext(matchContext); always results in undefined. Considering that the Match Context is always a part of Outlet, why could it happen?Navigation blocking for tests
<Block />
<Block />
useBlocker()
useBlocker()
Issue with Navigation in Protected Routes v1.1.5

Type '{ children: never[]; router: Router<Route<any, "/", "/", string, "__root__", {}, {}, {}, {},

TRPC + React Query

Strictly typed Link wrapper
<Link> wrapper like the following example:
```
import { LinkProps, Link } from '@tanstack/react-router';
...How to work with custom queries?
useQuery hooks.
Example:
```
export const useBillingPlansListQuery = <TSelect = BillingPlansListOutputType>({
paramsToApi,...TanStackRouterDevtools error
