Q. What is `useReducer` typically used for?
β
Correct Answer: (B)
For complex state logic
Explanation: `useReducer` is helpful for managing complex state transitions.