What is useRef()? First of all, let's compare useRef() with useState(). The main difference between them is, a change in useState() variable will always cause a re-render, whereas, a change in useRef() won't cause the re-render. People use it for acc...
tushar-rupani.hashnode.dev3 min readNo responses yet.