SitePoint
  • Premium
  • Library
  • Community
  • Jobs
  • Blog
LoginStart Free Trial

The home for developers

Track your course progress, manage projects, and find your dream job - all in one place.

Start Your Free Trial

7 Day Free Trial. Cancel Anytime.

SitePoint Premium

  • Access to 700+ courses
  • Publish articles on SitePoint
  • Daily curated jobs
  • Learning Paths
  • Discounts to dev tools
  • Library/
  • Text courses/
  • A Beginner’s Guide to Parcel
A Beginner’s Guide to Parcel

A Beginner’s Guide to Parcel


Course details

0∙0 Ratings0 reviews

Published
April 2019
Publisher
SitePoint
Chapters
1

About the course

Building a single-page application often involves installing client-side npm packages. These libraries can’t run in a web browser. You’ll need a tool that can convert your code into a format that’s supported by browsers. According to npm download stats, webpack is currently the most popular tool that’s used to handle this conversion for you. Unfortunately, it’s not that easy to configure.

Most people usually copy a working webpack config file from project to project. Others, like me, prefer framework tools such as create-react-app to create our projects. Webpack is actually used by these tools, but it’s hidden so that developers can focus on working on the project. The problem with framework tools is that they create new projects that are bloated with development dependencies.

A better alternative for small and medium projects is to use a bundler called Parcel. It’s a tool that requires zero to minimal configuration to build a project. In addition, it builds faster and can yield about 50% smaller disk space footprint on new projects.

In this guide, you'll learn Parcel by using it. We'll build a simple, single-page application using vanilla JavaScript. We’ll later convert into React to see how much configuration is required to build such a project.

Author

Michael Wanyoike

Michael Wanyoike

I write clean, readable and modular code. I love learning new technologies that bring efficiencies and increased productivity to my workflow.

Course Outline

Chapter 1: A Beginner’s Guide to Parcel

Reviews

0 total

0
0
0
0
0

Course details

0∙0 Ratings0 reviews

Published
April 2019
Publisher
SitePoint
Chapters
1

SitePoint

Stuff we do

  • Premium
  • Newsletters
  • Learning paths
  • Library
  • Forums

Contact

  • Contact us
  • FAQ
  • Publish your book
  • Write an article
  • Advertise

About

  • Our Story
  • Corporate Memberships
  • Start free trial
  • Login

Connect

  • RSS
  • Facebook
  • Twitter (X)
  • Instagram

Subscribe to our newsletter

Get the freshest news and resources for developers, designers and digital creators in your inbox each week

© 2000 – 2025 SitePoint Pty. Ltd.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Terms of usePrivacy policy