Parcel Bundler: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) Created page with "Parcel builds a bundle from assets and code that makes Web development and deployment easy. [https://parceljs.org/ Parcel's home] Tips on setting up Parcel and React: https..." |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
[https://parceljs.org/ Parcel's home] | [https://parceljs.org/ Parcel's home] | ||
Tips on setting up Parcel and React: | == Parcel and React == | ||
Tips on setting up Parcel and React | |||
This one is reference in the Parcel docs: http://blog.jakoblind.no/react-parcel/ and I used it to get my first React app to run. | |||
https://steemit.com/utopian-io/@superoo7-dev/why-parcel-as-a-bundler-is-better-than-webpack | https://steemit.com/utopian-io/@superoo7-dev/why-parcel-as-a-bundler-is-better-than-webpack | ||
[[Category: JavaScript]] | [[Category: JavaScript]] |
Latest revision as of 18:16, 5 November 2018
Parcel builds a bundle from assets and code that makes Web development and deployment easy.
Parcel and React
Tips on setting up Parcel and React
This one is reference in the Parcel docs: http://blog.jakoblind.no/react-parcel/ and I used it to get my first React app to run.
https://steemit.com/utopian-io/@superoo7-dev/why-parcel-as-a-bundler-is-better-than-webpack