JS Modules

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • systemjs

    Dynamic ES module loader

  • A module loader interprets and loads a module written in a certain module format at runtime. Popular examples are RequireJS and SystemJS.

  • amdjs-api

    Houses the Asynchronous Module Definition API

  • A module format is the syntax we use to define a module. Different module formats such AMD, CommonJS, UMD and System.register have emerged in the past and a native module format is now available since ES6.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • umd

    UMD (Universal Module Definition) patterns for JavaScript modules that work everywhere.

  • A module format is the syntax we use to define a module. Different module formats such AMD, CommonJS, UMD and System.register have emerged in the past and a native module format is now available since ES6.

  • es-module-loader

    Discontinued Polyfill for the ES Module Loader

  • A module format is the syntax we use to define a module. Different module formats such AMD, CommonJS, UMD and System.register have emerged in the past and a native module format is now available since ES6.

  • RequireJS

    A file and module loader for JavaScript

  • A module loader interprets and loads a module written in a certain module format at runtime. Popular examples are RequireJS and SystemJS.

  • browserify

    browser-side require() the node.js way

  • A module bundler replaces a module loader and generates a bundle of all code at build time. Popular examples are Browserify and Webpack.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts