React

Redux Quiz - Store in Redux

5.

What is the Store in Redux?

It is a middleware that intercepts and modifies dispatched actions.

It is a function that connects the Redux reducers to the React components.

It is a database that stores all the actions dispatched in the application.

It is a JavaScript object that holds the application state.