Native ECMAScript (ES6) modules: dynamic import()

From now you can dynamically load ES modules on demand and use dynamic specifiers for them with the dynamic import()… Read more

Similar