klis87 / normy

Automatic normalization and data updates for data fetching libraries (react-query, swr, rtk-query and more)
MIT License
257 stars 6 forks source link

Add support for other Tanstack-query frameworks #28

Open CptJJ opened 1 week ago

CptJJ commented 1 week ago

It would be amazing if normy had first-class support for the other tanstack query frameworks, mainly vue-query and svelte-query are probably the two most popular.

klis87 commented 1 week ago

Nice idea! It should be actually very easy, because react-query integration is in fact just integration with the core. If you have some time for contribution, what would be very helpful for me is porting https://github.com/klis87/normy/tree/master/examples/react-query example to vue and svelte (just without normy, even without manual updates). Thanks!

CptJJ commented 1 week ago

I'll try and find some time in the next couple weeks to start the vue port!

klis87 commented 1 week ago

Awesome, please keep me posted!

CptJJ commented 1 week ago

Scaffolded a basic vue example in #31