Echo JS 0.11.0

<~>
codylindley 3041 days ago. link 2 points
You should use:

https://github.com/ModuleLoader/es6-module-loader

or 

https://github.com/systemjs/systemjs

and use JSMP to load anything from npm or github.

This is the choice of things like Aureila and Angular 2

To be clear, when speaking about loading we are only talking about four solutions. Webpack. Browserify. SystemJS (using es6-module-loader), or rollup.js (http://rollupjs.org/)

An amazingly good course was just released on systemJS:

https://www.pluralsight.com/courses/javascript-systemjs-jspm

Replies