useRef hook explained react
↠ Hooks introduced in React 16.8, allow us to use stateful logic, lifecycle methods, and side-effects in Functional Components.
↠ The main use of the useRef hook in the react is, The useRef Hook allows you to persist values between renders. It can b...
sanathan.hashnode.dev4 min read