Understanding useRef in react
In my previous post, we talked about useMemo, when we should use it and why we shouldn't overuse it. In this post, we will be looking at the useRef hook and the common use-cases. Let get into it right away.
What is the useRef hook
According to the Re...
ilizete.hashnode.dev3 min read