Q. What does the 'useRef' hook do?
β
Correct Answer: (A)
Keeps a mutable reference that persists across renders
Explanation: useRef can store a mutable value that does not cause re-renders.