React

Redux Quiz - method to dispatch an action

27.

In Redux, which method is used to dispatch an action to change the state in your application?

dispatchAction()

updateState()

setState()

dispatch()