{"id":286449,"date":"2019-04-25T07:22:55","date_gmt":"2019-04-25T14:22:55","guid":{"rendered":"http:\/\/css-tricks.com\/?p=286449"},"modified":"2019-04-25T07:22:55","modified_gmt":"2019-04-25T14:22:55","slug":"using-parcel-as-a-bundler-for-react-applications","status":"publish","type":"post","link":"https:\/\/css-tricks.com\/using-parcel-as-a-bundler-for-react-applications\/","title":{"rendered":"Using Parcel as a Bundler for React Applications"},"content":{"rendered":"

You may already be familiar with webpack<\/a> for asset management on projects. However, there\u2019s another cool tool out there called Parcel<\/a>, which is comparable to webpack in that it helps with hassle-free asset bundling. Where Parcel really shines is that it requires zero configuration to get up and running, where other bundlers often require writing a ton code just to get started. Plus, Parcel is super fast when it runs because it utilizes multicore processing where others work off of complex and heavy transforms.<\/p>\n

So, in a nutshell, we\u2019re looking at a number of features and benefits:<\/p>\n