Back to quizzes
React useReducer & useContext Quiz
Web Dev | Medium | 15 questions
Question 1 of 15
4 free questions left
What is the primary purpose of the useReducer hook in React?
A
To manage complex state logic by using a reducer function
B
To automatically fetch data from an API
C
To provide global context to child components
D
To style components conditionally