When comparing Gourmet vs stealjs, the Slant community recommends stealjs for most people. In the question“What are the best client-side JavaScript module loaders?” stealjs is ranked 2nd while Gourmet is ranked 9th. The most important reason people chose stealjs is:
StealJS has support for AMD, CJS and ES6 module types.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Friendly asset handling
Auto-asset inclusion, native CSS support, and flexible bundling make handling your assets simple.
Pro ES6 support
Supports ES6 syntax by default.
Pro Easy configuration
Declarative configuration makes project setup easy.
Pro Isomorphic rendering by default
The runtime environment allows for isomorphic rendering of React applications by default.
Pro Supports several modules types
StealJS has support for AMD, CJS and ES6 module types.
Pro Support for LESS and CSS
StealJS can also load CSS and LESS files in addition to JavaScript modules.
Pro Mix ES6 AMD and CommonJS
StealJS supports using all three module types, even in the same file.
Pro ES6 module support
StealJs supports ES6 modules and their import
and export
methods without having to compile them to CommonJS require
.
Pro Support for ES6
StealJS supports transpiling of ES6 code to ES5
Pro Supports all systemjs based plugins
Pro Supports source maps for easier debugging
Source maps allow for easier debugging, because they allow you to find the problems within the origin files instead of the output file.
Pro Share the same modules client-side and server-side
Because StealJS allows you to use the same require()
function as node.js, you can easily share modules between the client-side and server-side.
Pro Tap into npm's huge module ecosystem
Using StelaJS opens you up to npm, that has over 80k modules of which a great amount work both client-side and server-side. And the list is growing rapidly.
Cons
Con Feature set is unclear
Con Not available yet
Con Zero documentation
Con Browser support unknown
Con Changing the order of require statements causes unexpected behavior
Sometimes changing the order of the require
statements in a JavaScript file loaded with stealjs may cause unexpected problems or even breaking the code altogether.