tech/webdev magazine

February 4, 2016

Build a Better Angular 2 Application with Redux and ngrx

Thursday, February 04, 2016 Teklinks

State management within Angular started out as a single celled organism if you will in the form of a single controller managing all the state for the application. If this is a single page application, one controller makes sense right? We emerged out of the ice age by starting to group our views and controllers into smaller, self-contained units either within a directive or a route.

Full article