VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Using Parcel Bundler with React

Using Parcel Bundler with React

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Parcel is a web application bundler that offers blazing fast performance with zero configuration compared to webpack. In this video, we will create a basic React project using Parcel Bundler. Tutorial from Nick Karnik. Check out his YouTube channel: https://www.youtube.com/channel/UClCm-WAOgN6XLwCpefSVezg Nick on
Date: 2022-03-14

Comments and reviews: 6


I got this error:parcel : The term 'parcel' is not recognized as the name of a -
cmdlet, function, script file, or operable program. Check the -
spelling of the name, or if a path was included, verify that the -
path is correct and try again.-
At line:1 char:1-
+ parcel src/index.html-
+ -------
+ CategoryInfo : ObjectNotFound: (parcel:String) [], C -
ommandNotFoundException-
+ FullyQualifiedErrorId : CommandNotFoundException

reply

Parcel is an amazing tool especially for newcomers because they can get a react app up and running in seconds! It really makes the whole process faster, more approachable and enjoyable. With everything taken into account Parcel can have a great impact on developer happiness.
reply

I did this with typescript, and it was amazingly easy. Just point script src to an tsx file and create tsconfig.json with:
--
-compilerOptions-: --
-jsx-: -react-,-
-allowSyntheticDefaultImports-: true-
--
-

reply

Seriously what is wrong with web development!? Could we please stop reinventing fricking basic tools and frameworks all the time!?
reply

This video is amazing! For some reason, I wasn't going for Parcel field, but now, I'm more than convinced to use it every day =)
reply

I'm going to create an emmet plugin that slaps you when you try to wrap a block element in a div for no $%#-$%ing good reason.
reply
Add a review, comment






Other channel videos