React

Redux Quiz - selectors in redux store

17.

What is the purpose of using selectors in Redux?

To create new reducers in the Redux architecture.

To dispatch actions in response to user interactions.

To extract specific data from the Redux store.

To modify the state in the Redux store.