GitHunt
DA

davidmarne/angular_built_redux

angular_built_redux provides a component superclass that listens to a redux store and only preforms change detection when the store triggers

Pub

angular_built_redux

Provides a class for your components to extend that will subscribe to a built redux store and only perform change detection when the store triggers and values your component cares about change.

Caution

This is library is still in discovery. If you are using built redux in your angular2 app it may be best to instantiate the store in your top-level component and pass values down from the top. Then you can use OnPush change detection for the children components.

Languages

Dart70.1%CSS21.4%HTML8.5%

Contributors

MIT License
Created May 7, 2017
Updated May 7, 2017
davidmarne/angular_built_redux | GitHunt