React

Redux Quiz - Redux getState method

21.

What is the purpose of the Redux store's getState() method?

To connect components to the store

To dispatch actions to update the state

To retrieve the current state of the store

To update the state of the store