MENU
useRef
useRef gives function components access to a mutable, persistent value that survives re-renders without causing one, most commonly used to access the underlying DOM nodes directly.
useRef gives function components access to a mutable, persistent value that survives re-renders without causing one, most commonly used to access the underlying DOM nodes directly.