You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering, it is very easy to convert hooks to render prop type components. Making Query from useQuery would be trivial. Hence it might be worth removing Query and Mutation from this lib, as those components are opinionated anyway and easy to make on the app level.
The text was updated successfully, but these errors were encountered:
Just wondering, it is very easy to convert hooks to render prop type components. Making
Query
fromuseQuery
would be trivial. Hence it might be worth removingQuery
andMutation
from this lib, as those components are opinionated anyway and easy to make on the app level.The text was updated successfully, but these errors were encountered: