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 handle auth context update
How to show the loader while it's loading `createLazyFileRoute`?
Dynamic breadcrumbs, fetched from API
getRouteApi error
Show optional modal based on route without loading additional data
/overview and /overview/$singleID where the main page is a table of content and if you click on something I want to show a modal.
Right now I've solved this with an <Outlet /> and it works great. But since I can't pass data down to the Outlet I need to load data twice. I could obviously solve this using a context but this feels overkill.
What's the best way to have two routes load the same view? I could control the modal based on if $singleID is set or not. But how would I then have both /overview and /overview/$singleID load the same component?...How to get the full path?
Bun + React test renderer + Tanstack Router
Authenticating createLazyFileRoute
[bun 1.1.0] bun install @tanstack/router-vite-plugin issues?
@tanstack/router-vite-plugin with bun?
I try doing it normally, as a tarball, but nothing works.
I'm on Windows using bun v1.1.0....Best way to handle authenticated routes with http-only cookie
Using file based router to manage directories routes and redirect to child route.
Layout with redirect to child route
/layout route with some html and two child /layout/a and /layout/b
I'd like to set a redirect on the parent /layout to the child /layout/a, how can I do that?...clean fct when leaving a route
Nested Routes that varies between Outlet and specified components
/foo/bax/baz will render as it's own page and not as an Outlet on /foo while keeping /foo/bar and /foo/bax rendered on the /foo. Thank you so much!!...Typescript issues with file based routing
useBlocker triggers an event when we, for example, change the search parameters through navigate
How to pass link props to a child component
Link component params prop type error

Recommend way to navigate when destroying with TanStack Query
Resetting InfiniteQuery on navigate replace
useInfiniteQuery to populate the select items. On form submit, the page refreshes via useNavigate with replace: true and the form values as the search parameters. But if I check the field again after navigation, the items in the select field are the values of the next page of the useInfiniteQuery before I submitted the form.
I was hoping to ask what I can try to maybe reset the query to the first page again when it navigates to the same page. Thank you! (I'm actually not sure if I should post this here or on Query)...