Minimal task queue and module pattern for JavaScript (ES5)

Combine async script tags and a pseudo module pattern with minimal overhead… Read more

Similar

On JavaScript Ecosystem

Published on 25 March 2021Table of contents#IntroTask runners, bundlers, toolsLanguage ergonomicsAsynchronous revolutionFlux case studyPeople factorClosing thoughtsIntro#A colleague of mine recently asked whether we consider the current state of the JavaS... (more…)

Read more »

Dark mode images without JavaScript

The <picture> element supports media query matchers and if you want to specify a different image for dark mode, you can use a different <source>. So, if there are no suitable matches or if the browser doesn’t support the <picture> elemen... (more…)

Read more »