React

Redux Quiz - role of reducers

24.

What is the role of reducers in Redux?

Reducers are used to define the structure and shape of the state in Redux.

Reducers are responsible for connecting React components to Redux.

Reducers are used to perform asynchronous tasks in Redux.

Reducers are responsible for managing the store's state and handling actions.