T
TanStack3y ago
exotic-emerald

Will query-dev-tools and persistent stores become available for svelte-kit?

I was watching https://www.youtube.com/watch?v=SPPQm0dvEes from Jason and Dominik and was impressed with the power of react-query. I am using svelte-kit and implemented @tanstack/svelte-table and am now experimenting with @tanstack/svelte-query. First impression is very good but the dev-tools and the persistent stores would be very helpful. Any plans for this or am I missing something that is already there?
Learn With Jason
YouTube
TanStack Query v4
State management is hard. TanStack Query aims to take the pain out of data fetching, caching, parallelization, and much more. Maintainer Dominik Dorfmeister will teach us all about it.
00:00:00 - Welcome 00:00:23 - Who is Dominik Dorfmeister 00:01:27 - Is TanStack Query usable on any framework? 00:04:02 - What is the purpose of TanStack Que...
2 Replies
foreign-sapphire
foreign-sapphire3y ago
persistence exists as a core package, not sure what would be needed to tie it to svelte lifecycle. The react component is pretty minimal Devtools are a different beast, I know @Aryan is working on some things for solid and I hope that we could share a devtools-core as well
exotic-emerald
exotic-emeraldOP3y ago
Thanks Dominik :reactvirtual:

Did you find this page helpful?