From f4183b7174945c8084e931e0e650857f4f4b678e Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Sat, 12 Feb 2022 16:54:21 +0700 Subject: [PATCH] Added resources for Parcel (#1133) * Added resources for Parcel * Update content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/103-parcel.md * Update content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/103-parcel.md Co-authored-by: Kamran Ahmed --- .../110-build-tools/101-module-bundlers/103-parcel.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/103-parcel.md b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/103-parcel.md index e59e1b473..4d2da5b95 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/103-parcel.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/103-parcel.md @@ -1 +1,8 @@ -# Parcel \ No newline at end of file +# Parcel + +Parcel is a web application bundler, differentiated by its developer experience. It offers blazing-fast performance utilizing multicore processing and requires zero configuration. + +Free Content + +Official Website and Docs +Using Parcel Bundler with React