Direction: Choose the correct option
Q1.
What is the useReducer hook typically used for?
Direction: Choose the correct option
Q2.
What does useReducer return?
Direction: Choose the correct option
Q3.
What is the role of the reducer function in useReducer?
Direction: Choose the correct option
Q4.
Which action object property is conventionally used to describe the type of update?
Direction: Choose the correct option
Q5.
When might you prefer useReducer over useState?
