0 votes
in Angular by
What is Redux?

1 Answer

0 votes
by

It is a library which helps us maintain the state of the application. Redux is not required in applications that are simple with the simple data flow, it is used in Single Page Applications that have complex data flow. 

...