useDebug
Custom hook to debug useEffect.
install
Uses the useEffect
hook from React 16.7+
npm install usedebug
usage
Check the console to see logs
__DEBUG_mycomponent__ mounted
__DEBUG_mycomponent__ unmounted
Custom hook to debug useEffect.
Uses the useEffect
hook from React 16.7+
npm install usedebug
Check the console to see logs
__DEBUG_mycomponent__ mounted
__DEBUG_mycomponent__ unmounted