Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for other Tanstack-query frameworks #28

Open
CptJJ opened this issue Oct 2, 2024 · 4 comments
Open

Add support for other Tanstack-query frameworks #28

CptJJ opened this issue Oct 2, 2024 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@CptJJ
Copy link
Contributor

CptJJ commented Oct 2, 2024

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 klis87 added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 2, 2024
@klis87
Copy link
Owner

klis87 commented Oct 2, 2024

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!

@klis87 klis87 added the enhancement New feature or request label Oct 2, 2024
@CptJJ
Copy link
Contributor Author

CptJJ commented Oct 2, 2024

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

@klis87
Copy link
Owner

klis87 commented Oct 2, 2024

Awesome, please keep me posted!

@CptJJ
Copy link
Contributor Author

CptJJ commented Oct 3, 2024

Scaffolded a basic vue example in #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants
@CptJJ @klis87 and others