Question: Why might you use useReducer over useState in a React component?
- when you want to replace Redux
- when you need to manage more complex state in an app
- when you want to improve performance
- when you want to break your production app
Answer: The correct answer of the above question is Option B:when you need to manage more complex state in an app