If you’ve kept your JavaScript skills up to date, you’ve probably come across ES6 Promises before. Promises provide a clean, flexible way… (more…)
Read more »
I feel like dynamically loading modules with
webpack’s code splitting was
discussed
everywhere
and
everyone
is doing it at this point. Thought I’d reiterate on how we do it in
Blocksy and on the tiny layer of
abstraction we built on top of the import() fu... (more…)
Read more »
As web developers, we know how easy it is to end up with web page bloat. But loading a webpage is much more than shipping bytes down the… (more…)
Read more »
Way back in March, I announced that I was working on an advanced version of my Vanilla JS Academy.
I originally hoped to launch it early summer. Then late summer. Then early fall. I built 80 percent of it, threw it out, and built it again. Then I threw th... (more…)
Read more »