I think it is possible to eliminate tanstack/query altogether in favor of runed/resource`, but...
#376
Unanswered
frederikhors
asked this question in
Q&A
Replies: 0 comments
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.
-
Your work is PURE GOLD! Thanks!
I'm wondering if I can replace all tanstack/query using https://runed.dev/docs/utilities/resource only.
What
resourcelacks right now is persistence in the browser and especially inIndexedDB(for more complex projects with much more data). Tanstack does this with https://tanstack.com/query/latest/docs/framework/react/plugins/persistQueryClient.Is maybe something already doable today using https://runed.dev/docs/utilities/persisted-state?
Again, thanks.
Beta Was this translation helpful? Give feedback.
All reactions