JavaScript Minification Benchmarks

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • minification-benchmarks

    🏃‍♂️🏃‍♀️🏃 JS minification benchmarks: babel-minify, esbuild, terser, uglify-js, swc, google closure compiler, tdewolff/minify

  • vite

    Next generation frontend tooling. It's fast!

  • Not exactly apples to apples, but I'd like to plug in Vite: https://github.com/vitejs/vite

    Not that it makes fast minification (which I don't care that much about, I minify only on deploy, and it's a small % of the time it takes), but it does allow for a very fast workflow in dev mode: auto reload seems almost instant even with heavy transpiling.

    I only mention it because I assume people look at this articles and think about their dev process speed as well.

    If you haven't, give it a try: it's from the Vue author, so it's really clean, but works with react as well.

  • 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
  • fjb

    fast javascript bundler :package:

  • I also made some benchmarks, including my own bundler:

    https://github.com/sebbekarlsson/fjb/benchmarks.md

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

  • Extremely reducing the size of NPM package

    2 projects | dev.to | 5 Aug 2023
  • Minify and Gzip (2022)

    2 projects | news.ycombinator.com | 17 Jul 2023
  • I finally finishes this. Just need someone else to look at it if anyone is willing

    3 projects | /r/react | 16 Jun 2023
  • Gatsby vs Next.js vs React

    3 projects | /r/programmingHungary | 1 Jun 2023
  • How to start a React Project in 2023

    4 projects | /r/reactjs | 22 Mar 2023