React

Redux Quiz - the current state of redux store

7.

Which method helps you retrieve the current state of your Redux store?

combineReducers()

subscribe()

dispatch()

getState()