What is Use Ref hook? It is a react hook which persists state between re-renders, similar to useState(), but when we update the useRef variable it doesn't cause re - render, whereas when we set the useState variable it causes re - render. Let's under...
unv.hashnode.dev3 min readVery nice and concise explanation. Apt example to showcase the use case.
Divyanshu Tyagi
Murphy's Law
Well written. Keep it up π