DEV Community

bigopon
bigopon

Posted on

Aurelia deep computed observation plugin

If you ever had an issue trying to instruct a getter to automatically observe an array in its declared dependencies expression, then this plugin can help you easily achieve that target.

It's a drop-in replacement for the official @computedFrom decorator`, and can be used interchangeably.

Have a look here

npm: https://www.npmjs.com/package/aurelia-deep-computed
github: https://github.com/bigopon/aurelia-deep-computed

Oldest comments (0)