JavaScript Module Formats and Tools

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

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. amdjs-api

    Houses the Asynchronous Module Definition API

    AMD (Asynchronous Module Definition), is a pattern to define and consume module. It is implemented by RequireJS library. AMD provides a define function to define module, which accepts the module name, dependent modules’ names, and a factory function:

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. umd

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

    UMD (Universal Module Definition) is a set of tricky patterns to make your code file work in multiple environments.

  4. RequireJS

    A file and module loader for JavaScript

    AMD (Asynchronous Module Definition), is a pattern to define and consume module. It is implemented by RequireJS library. AMD provides a define function to define module, which accepts the module name, dependent modules’ names, and a factory function:

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

  • Experimentando con Elm en mi trabajo

    1 project | dev.to | 30 Aug 2025
  • Quanter A pure JavaScript CSS Selector Engine

    4 projects | dev.to | 12 Aug 2025
  • Everything about ESM and treeshaking

    7 projects | dev.to | 12 Jul 2025
  • Dark Souls CRUD Arena - The Prisoner Approach

    5 projects | dev.to | 6 Apr 2025
  • Webpack 5: The Next Generation Module Bundler

    1 project | dev.to | 2 Mar 2025