What is Redux?


Redux is a state container for JavaScript apps.


It is closely linked to the React framework, but it can and is being used by other JavaScript frameworks, including Angular. If we go to the ReduxJS website, we’ll see that there are a set of principles that Redux has.

These principles have also been implemented in NgRx. We will look at how NgRx has implemented these principles later. First, let’s discuss these principles.

Get hands-on with 1200+ tech skills courses.