Q. Which of the following hooks is used to persist values across renders without causing re-renders?
β
Correct Answer: (D)
useRef
Explanation: `useRef` persists values without triggering re-renders.