Using Parcel With React

Parcel is a blazing fast, zero configuration web application bundler. More info

Articles & Tutorials

How to Set Up a React App with Parcel (freecodecamp.org)
Jul 29, 2020
For a long time Webpack was one of the biggest barriers-to-entry for someone wanting to learn React. There's a lot of boilerplate configuration that can be confusing, especially if you're new to React.
  • Bob Ziroll
Smaller React Projects, with Parcel (daveceddia.com)
Apr 21, 2020
I think the Parcel bundler is a great fit for this use case: it requires zero configuration and installs with a minimal footprint. In this post I’ll show you how to set it up.
My new react workflow with parcel (kartikn.me)
Apr 03, 2020
Moving away from create-react-app & learning to bundle my own assets.
  • Kartik Nair
Using Parcel as a Bundler for React Applications (css-tricks.com)
Apr 25, 2019
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.
  • Kingsley Silas
Move over Next.js and Webpack (hackernoon.com)
Jan 14, 2019
Simple Streaming SSR React with Styled-Components and Parcel
  • Patrick Lee Scott
Rollup v. Webpack v. Parcel (x-team.com)
May 08, 2018
We'll take a close look at Parcel, Rollup, and the newly released webpack 4!
  • Adam Gerard
Getting started with React and Parcel (robinwieruch.de)
Feb 10, 2018
The following article is a short guide on how to setup Parcel with React. Parcel is a bundler that got popular because of its zero-configuration setup for JavaScript applications.
Create a React app with zero configuration using Parcel (blog.jakoblind.no)
Dec 06, 2017
Parcel is a zero-configuration build tool that still gives you full control over the build setup. This is a recipe for how to create a React app with Parcel.

Video Guides & Talks

Using Parcel Bundler with React (youtube.com)
Jul 29, 2018
Parcel is a web application bundler that offers blazing fast performance with zero configuration compared to webpack.
  • Nick Karnik
Bootstrap a React App with Parcel (youtube.com)
Mar 07, 2018
In this video we’ll look at how to bootstrap a new React web app using Parcel, a zero config web bundler.
What Is Parcel? (youtube.com)
Dec 13, 2017
Blazing fast, zero configuration web application bundler.

Libraries

parcel-bundler (parceljs.org)30444
v1.12.3
Mar 21, 2019
Blazing fast, zero configuration web application bundler
  • Devon Govett
  • Jasper De Moor