What is useRef hook in React?
Here is my new post about the useRef hook.
What is useRef?
As per React documentation, the useRef hook returns a mutable ref object whose current property is initialized to the passed argument (initialValue). The returned object will persist for t...
rahulism.hashnode.dev4 min read