A React Hook which is like useAsyncEffect but ignore the execution at first mount.
It should not return a cleanup function as it's async
which cannot cleanup as expected.
If you need to cleanup something, use isCancelled
in UseAsyncEffectCallback
instead to check effect status.
It will NOT execute at first mount.
See API for more details.
Click links below to view source on GitHub.
See useAsyncEffect.