-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Insights: TanStack/query
Overview
Could not load contribution data
Please try again later
20 Releases published by 2 people
-
v5.76.1
published
May 13, 2025 -
v5.76.2
published
May 22, 2025 -
v5.77.0
published
May 24, 2025 -
v5.77.1
published
May 25, 2025 -
v5.77.2
published
May 26, 2025 -
v5.78.0
published
May 26, 2025 -
v5.79.0
published
May 29, 2025 -
v4.39.0
published
May 31, 2025 -
v4.39.1
published
May 31, 2025 -
v5.79.1
published
Jun 2, 2025 -
v5.79.2
published
Jun 2, 2025 -
v5.80.0
published
Jun 3, 2025 -
v5.80.1
published
Jun 3, 2025 -
v5.80.2
published
Jun 3, 2025 -
v5.80.3
published
Jun 4, 2025 -
v5.80.4
published
Jun 4, 2025 -
v5.80.5
published
Jun 4, 2025 -
v5.80.6
published
Jun 5, 2025 -
v4.39.2
published
Jun 9, 2025 -
v5.80.7
published
Jun 11, 2025
45 Pull requests merged by 25 people
-
fix(solid-query-devtools): client-side code instantiating prematurely server-side
#9163 merged
Jun 11, 2025 -
chore(deps): update autofix-ci/action digest to 635ffb0
#9263 merged
Jun 9, 2025 -
fix(react-query): correct type for
onSuccess
ofuseQuery
#9242 merged
Jun 9, 2025 -
fix relative links
#9262 merged
Jun 9, 2025 -
nit(docs): Remove superfluous text from mutations.md
#9256 merged
Jun 6, 2025 -
docs(react-mutations): replace accidentally-deleted content in mutations.md
#9254 merged
Jun 6, 2025 -
test: add callback return type tests for mutation callbacks
#9252 merged
Jun 5, 2025 -
refactor: revert onSuccess/onError/onMutate/onSettled callback types to Promise<unknown> | unknown
#9251 merged
Jun 5, 2025 -
feat(experimental_createQueryPersister): Change persisterRestoreAll to restoreQueries
#9230 merged
Jun 4, 2025 -
fix(vue-query): make vue-query client compatible with query-core
#9250 merged
Jun 4, 2025 -
docs(readme): fix broken Speakeasy image by replacing removed _build path with public asset
#9248 merged
Jun 4, 2025 -
Make hydrationQueue a derived value
#9247 merged
Jun 4, 2025 -
docs(contributing): update pnpm version and fix typo
#9243 merged
Jun 3, 2025 -
fix(query-core): add reject callback to .then() in tryResolveSync
#9206 merged
Jun 3, 2025 -
perf: improve performance of util function "difference" in quriesObserver.ts in query-core package
#9201 merged
Jun 3, 2025 -
refactor: consolidate noop function usage across framework packages
#9228 merged
Jun 3, 2025 -
refactor: remove unnecessary TQueryData generic in InfiniteQueryObserverOptions
#9224 merged
Jun 2, 2025 -
chore: remove redundant word in comment
#9231 merged
Jun 2, 2025 -
refactor(query-core): use "has" in Set instead of "includes"
#9221 merged
Jun 2, 2025 -
refactor: improve type safety in
getQueryData
by using generics#9218 merged
Jun 2, 2025 -
feat(query-devtools): add indicator for staleTime: 'static' in devtools
#9215 merged
Jun 2, 2025 -
refactor(react-query): change the order of const variables
#9211 merged
Jun 2, 2025 -
refactor(query-core): extract context creation to functions and move type assertions
#9210 merged
Jun 2, 2025 -
Mention query keys needs to be serializable using
JSON.stringify
#9204 merged
Jun 2, 2025 -
refactor: narrow onSuccess/onError/onMutate/onSettled callback types to Promise<void> | void
#9202 merged
Jun 2, 2025 -
fix(v4): ensure packages are built during CI
#9227 merged
May 31, 2025 -
ci(v4): use @tanstack/publish-config
#9225 merged
May 31, 2025 -
feat(core): staleTime: 'static'
#9139 merged
May 29, 2025 -
chore: update to eslint-plugin-react-hooks v6
#9071 merged
May 29, 2025 -
chore(angular-query): update to angular 20 stable
#9209 merged
May 28, 2025 -
feat(eslint-plugin): refactor infinite-query-property-order and add mutation-property-order rule
#9191 merged
May 26, 2025 -
feat(query-core, react-query, vue-query): backport v5 some apis to v4
#9140 merged
May 26, 2025 -
refactor(*): centralize NonUndefinedGuard type definition
#9187 merged
May 26, 2025 -
New fix for hydration loop bug
#9188 merged
May 25, 2025 -
Update overview.md
#9181 merged
May 24, 2025 -
feat(streamedQuery): maxChunks
#9184 merged
May 24, 2025 -
test(query-core): add test case for query
#9145 merged
May 24, 2025 -
chore: remove baseUrl from tsConfig, as it's deprecated
#9178 merged
May 23, 2025 -
Fix misc hydration bugs
#9157 merged
May 22, 2025 -
docs: update infinite query fetchNextPage examples
#9172 merged
May 22, 2025 -
style: disable the ESLint rule that removes Context.Provider
#9162 merged
May 18, 2025 -
docs(react-query): Small rephrase of adavnced-ssr.md (react)
#9152 merged
May 15, 2025 -
chore(angular-query): update to angular 20 RC
#9153 merged
May 15, 2025 -
test(query-core): add test case for queryObserver
#9146 merged
May 14, 2025 -
fix(experimental_createQueryPersister): return more utilities, rename persister
#8062 merged
May 13, 2025
14 Pull requests opened by 11 people
-
fix: import fixes for svelte query persist client
#9151 opened
May 15, 2025 -
feat(query-core): add MutationFunctionContext argument to mutateFn
#9193 opened
May 27, 2025 -
refactor: standardize use of MaybePromise<T> in place of Promise<T> | T
#9203 opened
May 28, 2025 -
chore(deps): update dependency next to v15 [security]
#9214 opened
May 29, 2025 -
fix(svelte-query): fix error when creating query outside of component
#9222 opened
May 30, 2025 -
chore(deps): lock file maintenance
#9229 opened
Jun 1, 2025 -
Updates examples for invalidation from mutations
#9261 opened
Jun 8, 2025 -
perf(query-core): clear query's revertState once fetching ends successfully
#9265 opened
Jun 10, 2025 -
ci: add link verification step to PR workflow
#9267 opened
Jun 11, 2025 -
docs: Fix syntax of batshit in batching-requests article
#9269 opened
Jun 11, 2025 -
feat(angular-query): move devtools to conditional sub-paths
#9270 opened
Jun 11, 2025
23 Issues closed by 7 people
-
Bug: React 19 - Suspense Siblings Fall Back to Sequential Loading Under Load
#9268 closed
Jun 11, 2025 -
Query callback function typing is broken in latest v4 release
#9240 closed
Jun 9, 2025 -
mutations guide in the docs is incomplete
#9255 closed
Jun 6, 2025 -
Unable to use Core QueryClient as Custom Query Client in Vue
#8937 closed
Jun 4, 2025 -
Error: "reject is not a function" in Next.js 14 App Router with HydrationBoundary
#9232 closed
Jun 3, 2025 -
a
#9235 closed
Jun 2, 2025 -
[Bug] Persisted query without observers does not respect stale time
#9233 closed
Jun 2, 2025 -
`fetchQuery` returns stale data when used with `createPersister`
#8075 closed
Jun 1, 2025 -
experimental_createPersister is not cleaning up after itself
#7049 closed
Jun 1, 2025 -
Broken react-query release v4.39.0
#9226 closed
May 31, 2025 -
useInfiniteQuery with InfiniteQueryOptions return type always unknown
#9192 closed
May 26, 2025 -
Maximum update depth exceeded
#8677 closed
May 25, 2025 -
[PersistQueryClientProvider] isRestoring is always true with idb-keyval
#9185 closed
May 25, 2025 -
All link in `QueryClient (core)` that links to `framework/react/reference` is broken
#9182 closed
May 24, 2025 -
use setQueriesData with InfiniteQueries
#9183 closed
May 24, 2025 -
Query doesn't work properly when initialData is used
#9175 closed
May 22, 2025 -
If I select a framework other than React on the docs website it doesn't change
#9176 closed
May 22, 2025 -
Disabled query returns stale cached data marked as “fresh”
#9171 closed
May 21, 2025 -
Pending manual refetch is cancelled on component unmount
#9158 closed
May 19, 2025 -
@tanstack/vue-query does not update data after mutation unless isFetching is explicitly used
#9133 closed
May 15, 2025 -
`setQueryData()` should be persisted too, right?
#6310 closed
May 14, 2025
5 Issues opened by 5 people
-
narrowing typescript keeps `data` as possible undefined
#9244 opened
Jun 3, 2025 -
QueryClient.clear breaks existing queries
#9238 opened
Jun 3, 2025 -
Severe TypeScript Performance Degradation with `@tanstack/vue-query` in Vue 3 + TypeScript Project
#9200 opened
May 28, 2025 -
.refetch() is not working as expected after signal update when using injectQuery
#9174 opened
May 22, 2025 -
It is hard to change the position of ReactQuery Devtools
#9150 opened
May 15, 2025
15 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat(react-query): add mutationOptions
#8960 commented on
Jun 10, 2025 • 13 new comments -
`combine` stable reference is not called with correct parameters
#8781 commented on
May 15, 2025 • 0 new comments -
SolidQueryDevtools doesn't render in a TansStack Start app
#9085 commented on
May 19, 2025 • 0 new comments -
Type checking `select` works differently on `useQueries` compared to `useQuery`
#6556 commented on
May 19, 2025 • 0 new comments -
useMutation callbacks context type depends on options object sorting
#8988 commented on
May 25, 2025 • 0 new comments -
`TData` generic can be inferred or specified incorrectly, causing unexpected runtime errors.
#8639 commented on
May 26, 2025 • 0 new comments -
TypeScript errors when using exported queryOptions factory in @tanstack/react-query 5.62.8
#8453 commented on
May 27, 2025 • 0 new comments -
`onMutate` never actually runs synchronously
#8724 commented on
Jun 2, 2025 • 0 new comments -
Dependency Dashboard
#7814 commented on
Jun 11, 2025 • 0 new comments -
Improve TypeScript support for dynamic queryKey with union types
#9009 commented on
Jun 12, 2025 • 0 new comments -
Angular: Esbuild always generates chunks for devtools
#9078 commented on
Jun 12, 2025 • 0 new comments -
Add `NoInfer` to `useQuery` return types
#8654 commented on
May 26, 2025 • 0 new comments -
chore(deps): update marocchino/sticky-pull-request-comment digest to a168248
#9013 commented on
Jun 9, 2025 • 0 new comments -
fix(angular-query): ensure initial mutation pending state is emitted
#9098 commented on
May 25, 2025 • 0 new comments -
refactor: integrate util "noop" function in each packages
#9125 commented on
May 12, 2025 • 0 new comments