useRef
useRef is a React Hook that lets you reference a value thatโs not needed for rendering.
const ref = useRef(initialValue)useRef is a React Hook that lets you reference a value thatโs not needed for rendering.
const ref = useRef(initialValue)