useRef and useContext Hooks
liveLink for an example of both hooks
useRef Hook:
useRef hook returns an object with a current property.
This object with current property is useful for perform operations that are not possible with react state like focusing on an element or gettin...
moizali.hashnode.dev4 min read