Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.3 KB

README.md

File metadata and controls

16 lines (8 loc) · 1.3 KB

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 !!!