Parcel vs Webpack
Parcel and Webpack are like the duct tape of the JavaScript world. They take all of your messy, disorganized code and bundle it up nicely, so it's easy to transport and use in other projects, called 'Bundlers'.
Why do we use Bundlers?
ModularityIn a ...
dhawalpandya01.hashnode.dev5 min read
Riya Tiwari
Software Developer
Thank you Dhawal Pandya for very well explanation of both Parcel and Webpack. It was a helpful read.