Native lazy loading

Rember static imports are already widely supported 😎

Dynamic JS imports

import('./somefile.js')
  .then(data => console.log('execute some code'));

Data on support for the es6-module-dynamic-import feature across the major browsers from caniuse.com