How to use useRef React hook
Introduction
UseRef is a React hook that works very similarly to the well-known useState. The main difference is that useRef avoids unnecessary component re-rendering.
UseRef is used when we need to perform constant updates to a given variable or ele...
reactnoobtomaster.hashnode.dev3 min read