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
How to use tsr watch with other commands in npm scripts?
tsr. While I don't see any troubles with build script, I don't understand how dev script supposed to work.
```json
{
"scripts": {...useSearchParam custom hook: looking for advice
useSearchParam which would operate like a useState, but update the search params on change with optional debounce.
I'm looking for the right way to use the built in type-safety for searchParams. But I can't seem to find any way to make it work by passing the Route, RouteContext, searchParams object or anything else from the Route without running into absolute Typescript nightmares.
Current solution: use the inferred type from my Zod schema that's already validating searchParams as a generic that's passed to the hook. It works, but it feels like I'm not using the router as intended....Uncaught Promise (null)

How do I solve this typescript error in Link object?

Using beforeLoad for authentication routes while keeping route layout
Automatic Code Splitting
Is pending component on root known to not work?
loader defined on our createRootRouteWithContext route, and were wondering, why the there defined pendingComponent isn't used, but the defaultPendingComponent, defined on the router is used instead.
Anyone else having this issue, or is this a known limitation?...Is there a way to pre-render certain pages as static without Start?
Automatic Route Tree Generation in ESBuild
CONTRIBUTING.md but I had immediate build failures for the following.
```
- nx run @tanstack/router-generator:build...Search Param Zod Schema for array types with a single element?
Monorepo with multiple routers
How to hide the app layout on some routes
@tanstack/router and loving it. There is one niche use-case that I am not able to solve, but I assume this is because I dont use the correct approach.
The general layout of our app is defined in routes/__root.tsx similar to this much simplified example:
```tsx
<SetupContext>...How to Clear Multiple Routes from Navigation History in TanStack Router
/account/networks
- navigate({ to: "/account/networks/search" })
- navigate({ to: "/account/networks/search/join-dialog" })
- After success action, we want to return to /account/networks...is there anything wrong with wrapping `getRouteApi(...).use<whatever>` in try/catch
Adding a dot to a route in TS Start
heartbeats.bulk endpoint but when I rename my API route file to heartbeats.bulk.ts the route becomes /heartbeats/bulk. How can I go around this?Redirecting /api to homepage
/api to the homepage. I made a routes/api/index.ts that redirects to /, but it doesn't seem to ever get hit. How can I fix this?Invariant failed getting loading data in child component.
Search params from layout
const navigate = useNavigate({ from: "__root__" });
const search = useSearch({ from: "__root__" });
const navigate = useNavigate({ from: "__root__" });
const search = useSearch({ from: "__root__" });
How to use VSCode breakpoints in code-split route components?

Route preloading causing an infinite loop.
