Any plans for a TanStack Query wrapper in the future? #37
austins
announced in
Announcements
Replies: 3 comments
-
That would be interesting, I'll have a look at it. Feel free to contribute if you have an idea on how to implement this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
They have it official now https://tanstack.com/query/v5/docs/svelte/overview |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There's Svelte Query and React Query, now named TanStack Query, which will have a Svelte adapter in the future. The benefits of having a data-fetching library include implementations of caching, deduping multiple requests into a single request, infinite pagination, and observation of mutations that allow refetch on interval, mount, reconnect, window focus, etc.
Are there plans to create a thin wrapper over TanStack Query similar to @trpc/react in the future once they have that adapter? Asking in case someone else already implemented something or has plans.
Beta Was this translation helpful? Give feedback.
All reactions