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
Better-Auth Integration
invalidateQueries not invalidating
wrapInSuspense: true
). I have two APIs: one is a list of users and the other is the user details. You can favorite a user on the list page. You can click on their username to take them to the details page. You can view and favorite the user on the details page.
On the list page I can see user1 is favorited. I click on user1 and it takes them to view user1 details. I see that they are favorited here too. I go back to the list page and unfavorite. I see they are unfavorited there. I go back to the user page and see they haven't been unfavorited. I call invalidateQueries on both inside the mutator.
Toggling the favorite on either page will invalidate the currently rendered view correctly, but it's as if the other view isn't being marked as stale....useSuspenseQuery + TansTack Start with better-auth
New to Tanstack Query, Help me understand ,
Disabling `useSuspenseQuery` on the server with TanStack Start
enabled
is not a supported property with useSuspenseQuery
. ...Preserving search results with useInfiniteQuery
Looking for work as a Frontend developer
invalidateQueries not triggering refetch consistently across projects
Server side query caching with TanStack Start and Query
how can I infer type from queryFn for colDef
Preventing waterfalls for (mostly) static data?
Looking for work as a Frontend developer
Project structure with a global loading gate (data is required to be available after a point)
useSuspenseQuery
 and Suspense for my use case?..."Nesting" mutations?
useUpdate
which does a mutation and invalidates some queries in the onSuccess
.
I've got another useArchive
which is really just an update, and should do the same invalidations as useUpdate
, but then also a few more things (like some other invalidations) in its own onSuccess
.
But then I've got a third Sidebar
component, which uses useArchive
in an event handler, and then has its own onSuccess
logic (e.g., close the sidebar)....TanStack Start blocking custom local subdomain
queryOptions dependancies

Question about using React Query as a global store
prefetchQuery vs ensureQueryData in SSR
Tanstack DB - Live Queries return zero results sometimes
isPending always true in react-native