fliphub-monorepo
Version:
the builder of builders
38 lines (31 loc) • 1.41 kB
Markdown
# queries
computed function dependencies transformation
computed data js functions OR properties
computed data OR transformation js functions OR properties
computed data OR transformation OR functions OR properties cache js
deferevaluation OR memoization OR computed caching js
computed data properties transform js
caching transform data js
## fundemental
https://www.sitepoint.com/implementing-memoization-in-javascript/
## best seemingly
http://www.js-data.io/docs/computed-properties
http://knockoutjs.com/documentation/computed-pure.html
https://guides.emberjs.com/v2.3.0/object-model/computed-properties/
https://www.npmjs.com/package/caching-transform
https://github.com/iamnoah/compute-js
https://vuejs.org/v2/guide/computed.html#ad
https://ampersandjs.com/learn/state/
## potential / decent
https://github.com/js-data/js-data-angular/issues/23
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions
https://github.com/vuejs/vue/issues/622
https://github.com/dnbard/awesome-knockout
## not so helpful
https://www.polymer-project.org/1.0/docs/devguide/data-binding
https://balinterdi.com/blog/make-your-own-computed-property-macro-in-emberjs/
https://rainsoft.io/6-ways-to-declare-javascript-functions/
http://eloquentjavascript.net/03_functions.html
http://es6-features.org/#Constants
https://www.npmjs.com/package/observ
https://ampersandjs.com/learn/state/