React

Redux Quiz - Central state management

1.

In Redux, how is the state accessed by components?

By dispatching actions to update the state.

By using a global variable to store the state and accessing it directly from components

By using selectors to retrieve specific data from the state.

By directly accessing the state object.

1 / 30

Next