Replies: 3 comments 6 replies
-
|
This is intentional because mutations are not automatically triggered like queries are. In the end What is the use case? Or is it just really convenience? |
Beta Was this translation helpful? Give feedback.
-
|
As i understand queries can be configured to not be triggered automatically too, so i don't see any differences with mutations here Use case is to have a little more convenient alias I found it strange, that useQuery have this alias and useMutation doesn't have one |
Beta Was this translation helpful? Give feedback.
-
|
@posva As another argument: Tanstack query has |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
isPendingalias is available inUseQueryReturnbut not inUseMutationReturnBeta Was this translation helpful? Give feedback.
All reactions