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
Would there be interest for adding `sherif` to the tanstack/router monorepo?
pnpx sherif
. No config, no install, doesn't even need node_modules....How can i display a loading component for a page?
Tanstack Router and Clerk
unmet peer dep issue w/ tanstack/router-cli
pnpm
)
```
├─┬ @tanstack/router-cli 1.120.18
│ └─┬ @tanstack/router-generator 1.120.20
│ └── ✕ unmet peer @tanstack/react-router@^1.120.20: found 1.120.18...Url as /posts/1/comments but folder structure as /posts/comments
Autocomplete and url typing not working
<Link>
or useNavigate()
, I don't have url autocomplete and type validation.
I'm using react-vite, and the plugin is enabled in first in my vite.config.ts
file.
...How can I make my URLs readable instead of URL-encoded JSON?
Split screen routes
/events
i want the whole page to show a list of the events.
But navigating to an events goes to events/$eventId
but is shown next to the overview.
what i did now is this folder structure
```...Context and loader data serialization
Inline styles
const { authState } = Route.useLoaderData() const theme = getTheme(authState) ...
Conditional route masking based on path params
/app/views/$viewId/feature-x
to /app/feature-x
when $viewId === 'hidden'
.
I have tried using the createRouteMask
function with the params
function, but it masks every route regardless of their $viewId
path param.
Is it this possible to do using masking, or is there perhaps another feature that covers that case?...Loading data in the <Route> with `useSuspenseQuery` forces suspending and scroll reset (w/ example)
Is it possible to statically generate routes?
ValidateLinkOptionsArray using "from" change of behaviour
ValidateLinkOptionsArray
and ValidateFromPath
to create page tabs as shown in this example:
```typescript
export interface MenuProps<
TRouter extends RegisteredRouter = RegisteredRouter,...Is it possible to lazy load route tree instead of single lazy component?
Exporting the root route with a bottom `export { Route }` doesn't seem to work
__root.tsx
file I have this:
```...
Convert NavigationOptions -> RouteId
Is it possibelt to rename the `routeTree.gen.ts` file to `route-tree.gen.ts`?
Quick ?: Do I track .tanstack/ in version control like routeTree.gen.ts?
Invalidate context