Skip to content

Conversation

@alessbell
Copy link
Contributor

Hi there 👋

A user had a question about this comparison chart, and I realized parts of the Apollo Client feature set are slightly out of date. There are four rows I believe can become ✅s:

  • Lagged Query Data: this is possible with both useQuery and Apollo Client's new Suspense hooks for data fetching like useSuspenseQuery which have full support for React transitions
  • Partial Query Matching: client.refetchQueries and useMutations's options.refetchQueries support this (docs)
  • Pre-usage Query/Mutation Configuration: this can be configured via defaultOptions
  • Suspense Support: this was shipped in Apollo Client 3.8 in August 2023 (release notes)

Happy to discuss any of these further - thanks!

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 9, 2024
@nx-cloud
Copy link

nx-cloud bot commented Jul 9, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 228f364. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jul 9, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

commit: 228f364

@tanstack/angular-query-devtools-experimental

npm i https://pkg.pr.new/@tanstack/angular-query-devtools-experimental@7703

@tanstack/angular-query-experimental

npm i https://pkg.pr.new/@tanstack/angular-query-experimental@7703

@tanstack/eslint-plugin-query

npm i https://pkg.pr.new/@tanstack/eslint-plugin-query@7703

@tanstack/query-async-storage-persister

npm i https://pkg.pr.new/@tanstack/query-async-storage-persister@7703

@tanstack/query-broadcast-client-experimental

npm i https://pkg.pr.new/@tanstack/query-broadcast-client-experimental@7703

@tanstack/query-core

npm i https://pkg.pr.new/@tanstack/query-core@7703

@tanstack/query-devtools

npm i https://pkg.pr.new/@tanstack/query-devtools@7703

@tanstack/query-persist-client-core

npm i https://pkg.pr.new/@tanstack/query-persist-client-core@7703

@tanstack/query-sync-storage-persister

npm i https://pkg.pr.new/@tanstack/query-sync-storage-persister@7703

@tanstack/react-query

npm i https://pkg.pr.new/@tanstack/react-query@7703

@tanstack/react-query-devtools

npm i https://pkg.pr.new/@tanstack/react-query-devtools@7703

@tanstack/react-query-next-experimental

npm i https://pkg.pr.new/@tanstack/react-query-next-experimental@7703

@tanstack/react-query-persist-client

npm i https://pkg.pr.new/@tanstack/react-query-persist-client@7703

@tanstack/solid-query

npm i https://pkg.pr.new/@tanstack/solid-query@7703

@tanstack/solid-query-devtools

npm i https://pkg.pr.new/@tanstack/solid-query-devtools@7703

@tanstack/solid-query-persist-client

npm i https://pkg.pr.new/@tanstack/solid-query-persist-client@7703

@tanstack/svelte-query

npm i https://pkg.pr.new/@tanstack/svelte-query@7703

@tanstack/svelte-query-devtools

npm i https://pkg.pr.new/@tanstack/svelte-query-devtools@7703

@tanstack/svelte-query-persist-client

npm i https://pkg.pr.new/@tanstack/svelte-query-persist-client@7703

@tanstack/vue-query

npm i https://pkg.pr.new/@tanstack/vue-query@7703

@tanstack/vue-query-devtools

npm i https://pkg.pr.new/@tanstack/vue-query-devtools@7703


templates

Copy link
Collaborator

@TkDodo TkDodo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🙏

@TkDodo TkDodo merged commit 79e5202 into TanStack:main Jul 11, 2024
@alessbell alessbell deleted the patch-1 branch July 11, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants