query icon indicating copy to clipboard operation
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.

Results 493 query issues
Sort by recently updated
recently updated
newest added

This pull request aims to add the TanStack Query adapter for Solid JS. This pull request will add the following key primitives to the package. - `createQuery` - `createQueries` -...

Resolves discussion in #4018 Note: The use of `// eslint-disable-next-line` is an intentional choice. The lint rule `@typescript-eslint/no-unnecessary-condition` works when typing is known. In this case `globalThis` is scoped to...

### Describe the bug I am having an issue with upgrading to React Query v4.3.4 from v3.34.17 in my test suite. I have a utilty component which I use in...

this PR is for adding `react-query-kit` package to the docs. I recently wrote this package to get rid of the tedious management of `queryKey` and make `queryKey` strongly related to...

### Describe the bug When passing two queries with the same query key to `useQueries`, with a `select` function and a non-object value as placeholder data, the data of both...

bug
package: query-core

Hello @TkDodo @tannerlinsley , This PR is following this discussion : https://twitter.com/ecyrbedev/status/1571561333992079363 Consider the following pattern : ![image](https://user-images.githubusercontent.com/633115/191081622-68d0f439-2500-4bfc-9500-0f5e45a0bc41.png) The idea is now that people are using the factory pattern to...

This adds a statement to uninstall `react-query` and install `@tanstack/react-query` to the `v3` to `v4` migration guide.

### Describe the bug For starters - this is maybe a feature request / maybe a bug. It was certainly unexpected behaviour when starting using the library, but it makes...

enhancement