Awesome list of ESM (EcmaScript Modules)
A curated list of awesome ESM (EcmaScript Modules) resources
ES Modules is the ECMAScript standard for working with modules. While Node. js has been using the CommonJS standard for years, the browser never had a module system, as every major decision such as a module system must be first standardized by ECMAScript and then implemented by the browser.