Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering if it's a bad idea to use urql together with TanStack Query, instead of with urql's own React bindings.
This is attractive because TS Query can be used for other async requests such as REST APIs, device geolocation API, etc.
On the other hand, I would hate to have to include urql's React bindings in addition to TS Query in the bundle if that cannot be avoided.
A further point of complication is that in my particular case, I am using Next.js.
Beta Was this translation helpful? Give feedback.
All reactions