query
query copied to clipboard
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
I've added a `query$` property on the options of the query. It's a function that accepts a `context` just like the `queryFn` prop does and it returns an observable. It...
Working on issues adapting the new queryKey typings inference to Vue. I Found few things that could be optimised on the core package. This PR is for those typings optimisations....
Hey folks - adding a PR here to introduce Playwright as a way of catching issues as they creep using the examples that already exist in the repo. I'm not...
This pull request adds Qwik adapter for TanStack Query. I covered: useQuery useInfiniteQuery userQueries useIsFetching useMutation useIsMutating It's draft because I need to cover these things - TypeScript types -...
As of now, the default in solid-query is to suspend when accessing inside a suspense boundary. This may not always be ideal, hence the `suspense` option is provided. However, that...
This renames the solid basic-typescript example to basic, so that it loads on tanstack query frontpage. Also, it's aligned with svelte / vue, which also have the typescript examples called...
Reopenned from https://github.com/TanStack/query/pull/6127
## Issue: Right now it is impossible to use the object returned by the `useQuery` in dependency arrays for react. This is because each rerender we are recreating the object...