-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
when i have a promise request, i need use useAsyncState
, but this hook does not have functions such as request interception
when I use the more versatile useFetch
, I have to pass in the url,this is not common in engineering projects, most of which use axios
and then useFetch
does not have the usual functions such as Debounce
、 Error retry
、 RefreshDeps
Suggested solution
Therefore, I wonder if it is possible to integrate these two hooks into useRequest
like this one : https://inhiblabcore.github.io/docs/hooks/en/useRequest/basic/#result
this hook is fully functional and also supports vue devtools
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request