-
Notifications
You must be signed in to change notification settings - Fork 13
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
Is there react query integration? #227
Comments
There isn’t a react query integration I’m aware of, but you could share your example here if you do one. The generated twirpscript client is already type safe. |
Gotcha @tatethurston I will let you know if I can get my typescript skills back to do something like trpc did. I am sure someone can chime in here as this post gets more views. |
What's the developer experience you're looking for? |
Here is a good example: TRPC + React query integration This would mean we don't have to specify the queryKey and queryFn for everything in addition to a lot of other niceties of being type safe such as doing type safe react query refreshes. |
Does anyone have an example of integrating a twirpscript client with react query to be type safe like trpc does?
The text was updated successfully, but these errors were encountered: