#reactjs
Read more stories on Hashnode
Articles with this tag
useRef Hook helps to create a direct reference to the DOM element, so we can access it and modify, like the JavaScript document.querySelector...
Well, what does this useEffect Hook does? To simply put, it helps us to do something after our component has rendered. React will run this after it...