Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidmarne/angular_built_redux
- Owner: davidmarne
- License: mit
- Created: 2017-05-07T01:07:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T00:18:36.000Z (over 7 years ago)
- Last Synced: 2024-11-12T04:34:52.563Z (2 months ago)
- Language: Dart
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.