React

Redux Quiz - is react redux helper method

30.

What is the purpose of the mapStateToProps method in React-Redux?

It connects a React component to the Redux store

It retrieves the current state of the Redux store

It dispatches actions to update the Redux store

It maps the Redux store state to the props of a React component