ES6 modules support lands in browsers: is it time to rethink bundling?

With browsers starting to implement ES6 modules, I took a look at the landscape and compared the new tech to bundling, the current state of the art for publishing Javascript files. Read more

Similar

Interfaces in Vanilla ES6 JavaScript

Recently, I found myself implementing a library in a few different languages. I started in PHP, which is pretty much Java’s weird multi-paradigm little-brother. Thus, it has compile-time interfaces that will ensure that classes adhere to and implement spe... (more…)

Read more »