Webpack, Rollup and Parcel Compared

preview_player
Показать описание
Let's build a React app using Webpack, Rollup and Parcel to compare these three bundlers.

Hope you folks enjoy this!
👉 If you enjoy this video, please like it and share it.
👉 Don't forget to subscribe to this channel for more updates.

#react #webpack #rollup #parcel
Рекомендации по теме
Комментарии
Автор

How I view these three bundlers:
1. The you-can't-go-wrong-with-us Webpack
2. The hackable Rollup
3. Plug and play Parcel

radhy
Автор

Content has so much value. This channel will grow a lot over time.

matthewzecchini
Автор

This is an excellent no nonsense video loaded with essential info. Thank you for making it so short and sweet. You're awesome.

djohnjimmy
Автор

Perfect comparison format! You've managed to explore and explain major differences only within a few minutes. Looking forward for more comparisons and explanations from you.
Thank you!

misstress
Автор

Had an issue with chunks loading, and all solutions suggests to add so much of rollup's poilerplate! you and Parcel have saved the day! :D

omzer
Автор

Good content! FYI, I’ve noticed that rollup is more used in building npm public libraries while Webpack is the industry standard for businesses as you mentioned

omarize
Автор

So good to watch it, probably zoom in the editor next time for mobile watchers like me

dcx
Автор

Just the vid I needed, keep the good work going !

loubion
Автор

For some reason when I use grid template areas in parcel they don’t apply. Only when I explicitly use numbers for the rows and columns works. This is in .scss file. Super strange…

petarkolev
Автор

i had these versions: webpack": "^5.2.0 webpack-cli": "^4.1.0 webpack-dev-server": "^3.11.0
and i was having an error: Error: Cannot find module

you can change webpack-dev-server to webpack serve in your npm run script inside package.json and it worked for me

jumavipe
Автор

How do you create a React "widget" that resembles a web component such that it can be embedded on other websites

malikbrahimi
Автор

Parcel is the best, especially the new parcel 2

boot-strapper
Автор

This make so much sense and wish to read more code file and understand more

georgettebeulah
Автор

I still don’t know which one to go with. Im absolutely beginner. I don’t mind about learning curve. Just want to choose a tool for a entire developer life. 😕 No need to switch .

kientran
Автор

It's 2023 and I use vite, which uses rollup. FYI for anyone who's interested in simplicity and performance.

ben
Автор

Code is a liability, the less we need the better. I go for parcel most times.

bruceallday
Автор

I stopped using rollup because the sass plugins aren't flexible enough.

frattaro