Effects
React hooks that are based on useEffect()
.
These hooks behave like a regular useEffect
except that you gain access to timeouts etc. in your effect callback. These timeouts (or idle callbacks) will be managed by react-timing-hooks, i.e. they will also be cleaned up properly.