You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies in advance if I just missed this feature - but essentially I wanted to get a callback for when the request is finished in the hook. It is useful sometimes when you want something to happen in the component when the request completes, but you don't want it to run on every render.
Something in the lines of: const fetchState = useFetch('http://google.com'); fetchState.promise.then(() => {...});
Happy to hear thoughts and feedback.
The text was updated successfully, but these errors were encountered:
Hello,
Apologies in advance if I just missed this feature - but essentially I wanted to get a callback for when the request is finished in the hook. It is useful sometimes when you want something to happen in the component when the request completes, but you don't want it to run on every render.
Something in the lines of:
const fetchState = useFetch('http://google.com'); fetchState.promise.then(() => {...});
Happy to hear thoughts and feedback.
The text was updated successfully, but these errors were encountered: