Get app reload progress (enigma.js mixin)

When I was writing the code for qlBuilder reload command I knew I’ll have to come back to it, at some point, and refactor the part that is displaying the reload progress. The plan was to separate this functionality as a separate module or even a package so it can be used elsewhere as well. ...

February 23, 2024 · 4 min · 735 words

Custom enigma.js mixins

In the previous post we saw what are enigma.js mixins. I’ve started an repo some time ago (and npm package) where I’ve been adding mixins that I’ve found useful (or mixins that I’ve found boring to write all the time). And want to introduce you to this list. At the moment the repo contains only mixins that are relevant to application/document. (to distinct the mixins methods from the default enigma.js ones all mixin methods, from this package, are having prefix m) ...

July 3, 2020 · 3 min · 477 words