Any data fetching library for Svelte like tanstack/query
or swr
?
#10175
Unanswered
frederikhors
asked this question in
Q&A
Replies: 2 comments
-
there's one more library hyperfetch, that supports caching, along with queues for mutations. You could give it a try. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@frederikhors what did you end up using? |
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.
-
I would like to know if there is anyone among you who is using @tanstack/query and if they like it.
I'm thinking of converting a large SAAS application from React to Svelte.
The first snag is that with
TanStack/query
there isn't yet a way to persist data in the browser (asynchronously with IndexedDB).What do you recommend?
Are there any other data fetching libraries in Svelte? Something like
tanStack/query
or swr?Beta Was this translation helpful? Give feedback.
All reactions