Become a Hooks Pro Part-2: A Hands-on Guide to useRef and useMemo in React
Part 1 can be found here if you haven't read it yet
https://vaibhavtyagi.hashnode.dev/become-a-hooks-pro-a-hands-on-guide-to-usestate-and-useeffect-in-react
useRef:
Basic
useRef is a React Hook that lets you reference a value that’s not needed for ...
vaibhavtyagi.hashnode.dev9 min read