Software Alternatives & Reviews

JS Modules

RequireJS SystemJS Browserify
  1. RequireJS is a JavaScript file and module loader.
    Pricing:
    • Open Source
    A module loader interprets and loads a module written in a certain module format at runtime. Popular examples are RequireJS and SystemJS.

    #JS Build Tools #Front End Package Manager #Web Application Bundler 12 social mentions

  2. Configurable module loader enabling dynamic ES module workflows in browsers and NodeJS.
    A module loader interprets and loads a module written in a certain module format at runtime. Popular examples are RequireJS and SystemJS.

    #JS Build Tools #Web Application Bundler #Module Bundler 3 social mentions

  3. Browserify lets you require('modules') in the browser by bundling up all of your dependencies.
    Pricing:
    • Open Source
    A module bundler replaces a module loader and generates a bundle of all code at build time. Popular examples are Browserify and Webpack.

    #JS Build Tools #Module Bundler #Web Application Bundler 21 social mentions

Discuss: JS Modules

Log in or Post with