Putting Redux state management into an Angular 1.

Putting Redux state management into an Angular 1.0 app. This would go even better if the app scrapped using directives in favour of “components” which are a recent addition to Angular 1.0.

With Redux handling the business logic and by relegating Angular to the position of “view provider” this would make the process of migrating to Angular 2.0 easier (or for that matter, migrating to something else entirely such as: Vue, React, Aurelia etc.)

Leave a comment