useRef Hook?
In this article, we will learn about useRef Hook
What is useRef Hook?
The useRef hook returns a mutable ref object with a current property. This current property can be assigned any value and will persist across re-renders without causing the compon...
tkp.hashnode.dev5 min read