TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is the current status of ES6 modules and loader in browsers?

1 pointsby scriptlealmost 10 years ago

1 comment

WorldMakeralmost 10 years ago
status.modern.ie lists it as &quot;Under Consideration&quot; still for all browsers: <a href="http:&#x2F;&#x2F;dev.modern.ie&#x2F;platform&#x2F;status&#x2F;moduleses6&#x2F;?filter=f3e0000bf&amp;search=module" rel="nofollow">http:&#x2F;&#x2F;dev.modern.ie&#x2F;platform&#x2F;status&#x2F;moduleses6&#x2F;?filter=f3e0...</a><p>SystemJS is a polyfill (and extender post-polyfill) that is great with support for plugins, transpiling ES6, and format detection for CommonJS, AMD, and even &quot;Global&quot; modules: <a href="https:&#x2F;&#x2F;github.com&#x2F;systemjs&#x2F;systemjs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;systemjs&#x2F;systemjs</a><p>Also recommended, is JSPM (<a href="http:&#x2F;&#x2F;jspm.io" rel="nofollow">http:&#x2F;&#x2F;jspm.io</a>) which is a package manager that utilizes the features of SystemJS and configures SystemJS to load NPM packages (akin to Browserify&#x2F;Webpack) and Github repositories (somewhat similar to Bower).