SvelteStack / svelte-query

Performant and powerful remote data synchronization for Svelte
https://sveltequery.vercel.app
MIT License
822 stars 30 forks source link

[POC] Use direct dependency on react-query/core, make all results reactive #53

Closed benbender closed 3 years ago

benbender commented 3 years ago

This is a proof of concept porting svelte-query over to directly use react-query/core as it's foundation and only be a thin layer on top to adapt it to svelte[kit].

The port generally went really smooth and I think that is the direction to go with this package. That said, be warned, it's a rough POC with near to no testing and some rough edges to be worked out. Play with it. Have fun. But don't bet your childrens lives on it!

Would love to hear some feedback/thoughts/critics/whatever :)

benbender commented 3 years ago

As I don't have any sparetime for this project atm, I'm closing this for now.