Replies: 1 comment 3 replies
-
I think there is a Babel plugin that does exactly that. See: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am considering adding
react-query
to a large, several teams project, but I am foreseeing that the query key being manually put will cause problems of key clashing.Do react-query has plans to provide a way to auto-generate those keys? Something like rtk-query does with URL & params would work well I think.
Having the queries declared
on-use
is a problem I get that, I am just bringing the subject for discussion.Beta Was this translation helpful? Give feedback.
All reactions