Day 43-useRef Hook in practice
Refs to select DOM elements
How not to select DOM elements❌
Here's an example of how you might attempt to automatically focus on the input field using traditional DOM manipulation within a useEffect hook:
This 👇 useEffect hook is intended to run onc...
kaylah.hashnode.dev4 min read