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
Passing QueryClient but still getting `No QueryClient set, use QueryClientProvider to set one
Is it possible to show a loading spinner/page/component while loader is fetching the data?
how to navigate upon action success?
@tanstack/react-actions to submit a form. How can I navigate away when the action was completed successfully?Q: Regarding the sharing behaviour of query params between routes
Recommended Pattern for File based and React-Query Context
Adding Strongly Typed Link Options to Component
homeLink: LinkPropsOptions;...
Layouts with an index
Typesafe context for FileRoute
beforeLoad, loader and pendingComponent properties to the route config, but when I try to request the context inside component like this:
const { queryOptions } = useRouterContext({ from: "/plan" });
const { queryOptions } = useRouterContext({ from: "/plan" });
Lazy component load with suspend data loader?
Hey, we build a management app with 100 - 200 routes. I don't want to define this all in one file.
🚨 Loader is calling an endpoint too many times
Types for component in lazy loaded components
useContext().
I currently have not found a way to receive the type of those without self-reference errors or extracting the types manually.
I found this issue already but that is not a solution. https://github.com/TanStack/router/discussions/656...ESLint: missing in props validation
eslint: useRouteContext is missing in props validation [react/prop-types] error when doing the types like this:
export const Posts: typeof postsRoute['options']['component'] = (props) => {...}
export const Posts: typeof postsRoute['options']['component'] = (props) => {...}
Deferred Data
awaited.tsx:12 Uncaught TypeError: Cannot read properties of undefined (reading 'uid')...Resource Routes
Router uses features only brought in versions 18.0.0+
How to access data of parent loader?
i18n resources?
Broken import on 0.0.1-beta.174 ?

Is it possible to remove the trailing slash?
/agreements/ and when using search params, it comes out to something similar to /agreements/?page=1&size=10. Similarly, when navigating to the item page, the generated url looks like /agreements/12345/.
Is it possible to remove that trailing slash to get routes to look like /agreements , /agreements?page=1&size=10, and /agreements/12345?...