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)
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.
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!
Official Website
-
From Parcel to Vite: A short story of a 100K LOC migration
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
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
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
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
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?
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
It runs using Parcel, very simple and easy to setup. The app has 3 files:
-
Getting started with TiniJS framework
Homepage: https://parceljs.org/
-
React Server Components Example with Next.js
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.
-
Optimizing Web Performance: Best Practices and Techniques
Additional Resources Google Lighthouse WebPageTest TinyPNG Webpack Documentation Service Worker API
-
Digital asset management: The right time to scale your tech stack
If you're working with a modern web framework like React or Vue, you might be using something like Webpack or Rollup to bundle your assets. These tools are great, but a simpler approach to managing assets exists. This is where DAM can complement your existing build process.
-
How to Use Less CSS With Build Tools Gulp or Webpack
Webpack is a versatile module bundler that efficiently manages assets in a web project, from JavaScript and CSS to images and fonts.
-
Build a Web App with Oats~i – Setting Up
I encourage you to learn about Webpack, why it’s needed, and how you can configure it, to make the most out of Oats~i and other projects you may have using Webpack as a bundler.
-
Webpack vs Vite: A Detailed Comparison for Web Development
Webpack is a powerful module bundler for JavaScript applications. It takes your JavaScript files and their dependencies, bundles them into a single file (or a few files), and optimizes them for the browser. Webpack has been the go-to tool for many developers for several years, thanks to its flexibility and extensive plugin ecosystem.
-
Tools and libraries widely used in micro frontend architectures!
Official Website
-
JavaScript frameworks: comparing the latest tools and libraries
Webpack is a module bundler that enables developers to bundle JavaScript files for usage in a browser.
-
Webpack Performance Tuning: Minimizing Build Times for Large Projects
This is particularly true for Webpack, one of the most popular bundlers in the industry, with over 30 million downloads per week.
-
Creating a React component using Symfony UX
Webpack is a bundler for JavaScript applications. It takes in multiple entry points and bundles them into optimized output files, along with their dependencies, for efficient delivery to the browser. Symfony provides a component to easily integrate webpack within your application. You can install it using composer and then npm to install the javascript required libraries:
-
Let’s Get Hands-On with WordPress FSE Theme and Custom Blocks — Part 2
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.
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