Understanding useRef Hook in React.
In this Blog we will learn about useRef Hook.
useRef(initialValue) is a built-in React hook that accepts one argument as the initial value and returns a reference or ref. A reference is an object having a property current.
Before getting into what is...
kedark152.hashnode.dev3 min read