Using ES Modules in the Browser Today
May 30, 2018This article will show you how you can use ES modules in the browser today. Until recently, JavaScript had no concept of modules. It wasn’t possible to directly reference or include one JavaScript file in another. And as applications grew in size and complexity, this made writing JavaScript for the browser tricky. On...
Recent Comments