React Js Quiz
Home
Blog
Privacy Policy
Contact Us
React Hooks - useReducer Quiz
What is an action in the context of useReducer?
Report this question
A function to update the state
An object describing the state change
Show Explanation
In useReducer, an action is typically an object that describes the state change to be performed.
A callback passed to the reducer
An asynchronous task
Next Question (5/20)