-
Notifications
You must be signed in to change notification settings - Fork 50
feat: Tanstack useQueries support #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: Tanstack useQueries support #642
Conversation
🦋 Changeset detectedLatest commit: 6d04fb0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This looks better, I'd like to retest it after we merge the incremental watch PR. |
Last bit of housekeeping @whygee-dev , could you add a changeset entry? Might also need to update with main. And then we can get this in! |
…liminate duplication between useQueries & useQuery
a87e6f6
to
25877a1
Compare
done |
This PR adds support for Tanstack's useQueries hook (see API and parallel queries).
This allows grouping of queries and combining results. The new
useQueries
test suite provides good examples of how this can be used.