UseAxiosCycle
ts
type UseAxiosCycle = "loading" | "error" | "success" | "pending" | "aborted";Defined in: types.ts:37
Cycle of the request in useAxios hook. Possible is only one state at the time of: loading, error, success, pending or aborted
Since
1.0.0
Author
Simon Kovtyk