React

Redux Quiz - Actions and states in redux

10.

In Redux, what is the function used to send actions to the store?

combineReducers()

subscribe()

dispatch()

getState()