Logo Awesome React

Awesome React

What Is Parcel?

https://parceljs.org/
Blazing fast, zero configuration web application bundler

Purchase Modern CSS Layouts: https://goo.gl/BXwqYH

Sign up for Level Up Pro for full access here:
https://www.leveluptutorials.com/pro

Buy this series:
https://goo.gl/BXwqYH

Subscribe for more free tutorials:
https://goo.gl/6ljoFc

Subscribe to the Level Up Newsletter:
http://eepurl.com/AWjGz

The best shared web hosting:
http://www.bluehost.com/track/leveluptutorials/


šŸš€ Blazing fast bundle times

Parcel uses worker processes to enable multicore compilation, and has a filesystem cache for fast rebuilds even after a restart.
šŸ“¦ Bundle all your assets

Parcel has out of the box support for JS, CSS, HTML, file assets, and more - no plugins needed.
šŸ  Automatic transforms

Code is automatically transformed using Babel, PostCSS, and PostHTML when needed - even node_modules.
āœ‚ļø Zero config code splitting

Using the dynamic import() syntax, Parcel splits your output bundles so you only load what is needed on initial load.
šŸ”„ Hot module replacement

Parcel automatically updates modules in the browser as you make changes during development, no configuration needed.
šŸšØ Friendly error logging

Parcel prints syntax highlighted code frames when it encounters errors to help you pinpoint the problem.