Software Alternatives, Accelerators & Startups

How and why do we bundle zx?

Parcel esbuild
  1. 1
    Blazing fast, zero configuration web application bundler
    Pricing:
    • Open Source
    At first we wanted to just get rid of all the helper utilities. Keep only the kernel, but this would mean a loss of backward compatibility. We needed some efficient code processing instead with recomposition and tree-shaking. We needed a bundler. But which one? Our testing approach relies on targets, not sources. We rebuilt the project frequently, speed was critical requirement. In essence, we chose a solution from a couple of among all available alternatives: esbuild and parcel. Esbuild won. Specifically in our case, it proved to be more productive and customizable.

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

  2. An extremely fast JavaScript bundler and minifier
    Pricing:
    • Open Source
    At first we wanted to just get rid of all the helper utilities. Keep only the kernel, but this would mean a loss of backward compatibility. We needed some efficient code processing instead with recomposition and tree-shaking. We needed a bundler. But which one? Our testing approach relies on targets, not sources. We rebuilt the project frequently, speed was critical requirement. In essence, we chose a solution from a couple of among all available alternatives: esbuild and parcel. Esbuild won. Specifically in our case, it proved to be more productive and customizable.

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

Discuss: How and why do we bundle zx?

Log in or Post with