Learn-React-With-Harshi / chapter-02-igniting-react-app

Chapter-02 was about creating production ready react app from scratch without using create-react-app. The concept of bundlers (Parcel) was explained in detail.

Home Page:https://learn-react-with-harshi-chapter-02.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn React With Harshi πŸ‘©πŸ»β€πŸ’» Series

Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini

Class Summary Chapter - 02 Igniting React App (31/12/2022)

Chapter-02 was about creating production-ready react app from scratch without using create-react-app. Production-ready app on the second day of a course ? sounds interesting right !!? The concept of bundlers (Parcel) was explained in detail. We all assume React is the one superpower that makes the application faster, though it is partially right, the major credit goes to the other packages/helper utilities (Bundler) for speeding up the application, optimizing the code, improving the performance and lots more. Find the other interesting powerful featured of bundler in class notes.

One line about this chapter : As Akshay says Parcel is a BEAST.

Check out Chapter-02 Live for the live demo of this chapter's coding assignment

If you are interested in learning other chapters of this series, please browse through the my repositories

If you have any queries/suggestions about my version of this course, please feel free to raise PR. Happy coding !!!

About

Chapter-02 was about creating production ready react app from scratch without using create-react-app. The concept of bundlers (Parcel) was explained in detail.

https://learn-react-with-harshi-chapter-02.netlify.app/


Languages

Language:JavaScript 57.0%Language:HTML 43.0%