The equivalent of document. getElementById in React is refs . We can assign a ref to an element and then retrieve the element that’s assigned the ref from the ref’s current property.
The equivalent of document. getElementById in React is refs . We can assign a ref to an element and then retrieve the element that’s assigned the ref from the ref’s current property.