Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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
https://github.com/davidmarne/angular_built_redux

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Pub](https://img.shields.io/pub/v/angular_built_redux.svg)](https://pub.dartlang.org/packages/angular_built_redux)

### 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.