Q. Which hook is used to manage complex state logic in React?
β
Correct Answer: (B)
useReducer
Explanation: useReducer is ideal for managing complex state transitions.