-
-
Notifications
You must be signed in to change notification settings - Fork 24
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 useQueryState()
#23
Comments
To temporary reply to the questions (which of course can completely be improved, this is rather a first step), in the PR I have just opened (in draft):
Also, I am wondering if the composable should be called |
I think returning the aggregation is fine. But I think that |
I am thinking about a use case for |
Allows retrieving the query state by key
data
,error
, andstatus
? Should each have an individual array, an object, a map?Same questions for
useMutationState()
The text was updated successfully, but these errors were encountered: