Software Alternatives & Reviews

Setting up a custom toolchain

Yarn Webpack Parcel ExpressJS ESLint esbuild Babel
  1. 1
    Yarn is a package manager for your code.
    Pricing:
    • Open Source
    A package manager lets you install, update, and manage third-party packages. Popular package managers: npm (built into Node.js), Yarn, pnpm.

    #Front End Package Manager #Package Manager #JS Build Tools 107 social mentions

  2. Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
    Pricing:
    • Open Source
    A bundler lets you write modular code and bundle it together into small packages to optimize load time. Popular bundlers: webpack, Parcel, esbuild, swc.

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

  3. 3
    Blazing fast, zero configuration web application bundler
    Pricing:
    • Open Source
    A bundler lets you write modular code and bundle it together into small packages to optimize load time. Popular bundlers: webpack, Parcel, esbuild, swc.

    #Web Application Bundler #Assets Bundler #JS Build Tools 102 social mentions

  4. Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
    Pricing:
    • Open Source
    A server handles server requests so that you can render components to HTML. Popular servers: Express.

    #JavaScript Framework #Node.js Framework #Web Frameworks 425 social mentions

  5. 5
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    A linter checks your code for common mistakes. Popular linters: ESLint.

    #Code Coverage #Developer Tools #Code Quality 229 social mentions

  6. An extremely fast JavaScript bundler and minifier
    Pricing:
    • Open Source
    A bundler lets you write modular code and bundle it together into small packages to optimize load time. Popular bundlers: webpack, Parcel, esbuild, swc.

    #JS Build Tools #Web Application Bundler #Project Management 121 social mentions

  7. 7
    Babel is a compiler for writing next generation JavaScript.
    Pricing:
    • Open Source
    A compiler lets you compile modern language features and additional syntax like JSX or type annotations for the browsers. Popular compilers: Babel, TypeScript, swc.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 134 social mentions

Discuss: Setting up a custom toolchain

Log in or Post with