November 2019
Intermediate to advanced
296 pages
7h 52m
English
We have already used Parcel in this book. The code in this book assumes that Parcel runs the application as a bundle tool. We have chosen it for its ease of use and simplicity.
Parcel is a relatively newer tool in the module bundler field. Just by running one command, it builds the artifact that contains all the resources in an optimized format for a web application. Thanks to its ability to use multicore sources, it is fast to compile and build the artifact in our machine. It also supports various kinds of asset types, including TypeScript, so that we can quickly compile them in a format that can be run in browsers. Some of these assets are as follows:
Read now
Unlock full access