Is it OK to use Promises for Caching
Is it an acceptable (not surprising) to use promises to cache results? The idea is to generate a promise once, and just return that same promise again on subsequent calls.
Nested classes via a getter (to emulate namespacing)
So, we all know that ES6’s introduced syntax is definitely sugar over what we’ve been doing, previously. That being said, we still don’t have namespaces (which would be nice…)
Nested classes via a getter (to emulate namespacing)
So, we all know that ES6’s introduced syntax is definitely sugar over what we’ve been doing, previously. That being said, we still don’t have namespaces (which would be nice…)
Nested classes via a getter (to emulate namespacing)
So, we all know that ES6’s introduced syntax is definitely sugar over what we’ve been doing, previously. That being said, we still don’t have namespaces (which would be nice…)
SystemJS Transpiler – where would it be used
I’m creating a project which uses SystemJS/JSPM.
I’m also using TypeScript.