What is Redux and how does it relate to an Angular app?

Technology CommunityCategory: AngularWhat is Redux and how does it relate to an Angular app?
VietMX Staff asked 3 years ago

Redux is a way to manage application state and improve maintainability of asynchronicity in your application by providing a single source of truth for the application state, and a unidirectional flow of data change in the application. ngrx/store is one implementation of Redux principles.