React

Redux Quiz - The role of redux in managing state

22.

What is the role of Redux in managing state in complex React applications?

Redux eliminates the need for using local component state.

Redux simplifies the process of passing data between parent and child components.

Redux helps in storing the application's state in a single centralized location.

Redux directly manipulates and updates the DOM in React applications.