parcel VS webpack

Compare parcel vs webpack and see what are their differences.

parcel

The zero configuration build tool for the web. 📦🚀 (by parcel-bundler)

webpack

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff. (by webpack)
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
parcel webpack
176 346
43,375 64,548
0.2% 0.3%
9.6 9.9
14 days ago 2 days ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

parcel

Posts with mentions or reviews of parcel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-09.
  • Tools and libraries widely used in micro frontend architectures!
    15 projects | dev.to | 9 Aug 2024
    Official Website
  • From Parcel to Vite: A short story of a 100K LOC migration
    10 projects | dev.to | 5 Aug 2024
    Someone even opened a discussion to ask if Parcel is dead. The official answer is no, Parcel is still alive, but it's in a we-are-working-on-a-large-refactor-and-no-time-for-minor-releases state. To us, it's like a "duck death": The latest version we can use is from more than a year ago, and we don't know when the next version will be released. It looks like it's dead, it acts like it's dead, so it's dead to us. Trust me, we tried.
  • Webpack Performance Tuning: Minimizing Build Times for Large Projects
    18 projects | dev.to | 5 Aug 2024
    While bundlers like Vite and Parcel present challenges due to our specific needs, two newer alternatives for Webpack show promise. Turbopack, the successor to Webpack created by Tobias Koppers, offers substantial performance enhancements. But, its current beta status and exclusivity for Next.js, limits its immediate usability for us.
  • Mako – fast, production-grade web bundler based on Rust
    9 projects | news.ycombinator.com | 2 Jul 2024
    You forgot Parcel, which is working on v3 https://parceljs.org/
  • Let’s Get Hands-On with WordPress FSE Theme and Custom Blocks — Part 2
    5 projects | dev.to | 28 Jun 2024
    We are operating within a Node environment, so our first step is to initialize our project by creating a package.json where we define dependencies and commands. Personally, I use both webpack (on top of which @wordpress/scripts is built) and Parcel. While using two different build engines may lack elegance, Parcel’s user-friendly approach compensates for this compared to webpack. Its commands are straightforward, requiring no additional configuration files. However, if you prefer using webpack exclusively, you can achieve this with just a few additions to your webpack.config.js.
  • Create a typescript package with Parcel
    1 project | dev.to | 14 May 2024
    Parcel is a fast and zero-configuration web application bundler designed to simplify the build process for modern web projects. It's not limited to web applications, and it can be used to build packages targeting the browser or Node.js.
  • How and why do we bundle zx?
    9 projects | dev.to | 6 May 2024
    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.
  • DEMO - Voice to PDF - Complete PDF documents with voice commands using the Claude 3 Opus API
    4 projects | dev.to | 27 Apr 2024
    It runs using Parcel, very simple and easy to setup. The app has 3 files:
  • Getting started with TiniJS framework
    7 projects | dev.to | 20 Apr 2024
    Homepage: https://parceljs.org/
  • React Server Components Example with Next.js
    9 projects | dev.to | 16 Apr 2024
    In the Changelog Podcast episode referenced above, Dan Abramov alluded to Parcel working on RSC support as well. I couldn’t find much to back up that claim aside from a GitHub issue discussing directives and a social media post by Devon Govett (creator of Parcel), so I can’t say for sure if Parcel is currently a viable option for developing with RSCs.

webpack

Posts with mentions or reviews of webpack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-23.

What are some alternatives?

When comparing parcel and webpack you can also consider the following projects:

vite - Next generation frontend tooling. It's fast!

craco - Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.

gulp - A toolkit to automate & enhance your workflow

esbuild - An extremely fast bundler for the web

Next.js - The React Framework

Rollup - Next-generation ES module bundler

Snowpack - ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️ [Moved to: https://github.com/FredKSchott/snowpack]

react-app-rewired - Override create-react-app webpack configs without ejecting

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured