MAMoiz Aliinmoizali.hashnode.dev·Apr 5, 2023 · 4 min readuseRef and useContext HooksliveLink 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...00