Using refs to interact with DOM elements
Now, this approach of using refs
to interact with Dom elements
specifically with input elements also has a special name.
We're talking about uncontrolled components
if we access values with a ref.
So these input components here,
would now be uncontro...
omarsaade.hashnode.dev3 min read
Developer Avocado
Frontend developer. Debugging this world one console.log() at a time
very informative omarsaade thanks!