What is the use of useEffect React Hooks?
useEffects() runs every time the virtual DOM is rendered. I have mostly used it for initialization of values on the page.