Software Alternatives, Accelerators & Startups

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.

    #Front End Package Manager #JS Build Tools #JavaScript Package Manager 13 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 #Front End Package Manager 4 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 23 social mentions

Discuss: JS Modules

Log in or Post with