reactjs(useRef Hook)
useRef(initialValue)
// In the above line the initialvalue passed is assigned to the ref object's current property.
Returns:
useRef hook returns an object with a single property.
Lets understand its working with the help of sample code illustrated be...
shivrajdeopa.hashnode.dev2 min read