DEV Community

Discussion on: useAxios : A simple custom hook for calling APIs using axios

Collapse
 
steventhan profile image
Steven Than

You can rename with object returns as well

const { response: products, loading: productsLoading, error: productsError } = useAxios(...)
Enter fullscreen mode Exit fullscreen mode

Some comments have been hidden by the post's author - find out more