Run Effect once onMount
↔ call useEffect()
with empty Deps Array
useEffect(() => { Do_Something()
}, [] )
Run Effect once onMount
↔ call useEffect()
with empty Deps ArrayuseEffect(() => { Do_Something()
}, [] )