Q. Which hook is used to store a mutable value that does not cause re-render?
β
Correct Answer: (B)
useRef
Explanation: useRef stores a mutable value that persists across renders without triggering re-render.