A custom hooks to use an async effect
- Published on
- Published on
- /2 mins read/---
Custom hooks to use an async effect
Usage:
How to clean the side effect (the async job start but then the component unmounted) ? - useSafeDispatch
!
Now change the useAsync
function:
Cheers