Why you should not use Webpack

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • esbuild

    An extremely fast bundler for the web

  • Snowpack uses esbuild and is worth mentioning separately.

  • vite-lingui-poc

    just a sample app showing how to use lingui.js with vite bundler

  • We'we migrated a big react.js project(200k LOC plus) from webpack to vite.js in the past month. It uses tons of custom stuff like multiple entry points and multiple index.html pages, babel macros, less files, graphql, whatever. We need to target IE11, so the bundle must be ES5 compatible.It does have a few small warts, but so far it's been good. Builds are faster and HMR is instant.Startup is always under 2 seconds, inital load in the browser is around 10 seconds, versus webpack where it took 35 for the initial bundling.We had to modify their official plugins just a tiny bit, for example here, but the whole thing is so much easier to configure and maintain than webpack. Once a small community forms around vite.js, it's going to obliterate webpack.

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

    InfluxDB logo
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

  • Why we chose vite over create-react-app

    1 project | dev.to | 23 Jan 2023
  • Things I want to see in JavaScript and Front end development in 2023

    3 projects | news.ycombinator.com | 21 Jan 2023
  • esbuild v0.17.0 - a major new release (with some backwards-incompatible changes)

    4 projects | /r/javascript | 14 Jan 2023
  • Esbuild 0.16.16

    1 project | news.ycombinator.com | 10 Jan 2023
  • Maximizing Your Angular Build Performance with ESBUILD

    2 projects | dev.to | 29 Dec 2022