mancho-ged / namaste-react

0 stars 0 forks source link

01-Assignment 🚀 🦷🅴🔂 #11

Open mancho-ged opened 1 month ago

mancho-ged commented 1 month ago

Chapter 01 - Inception Link to my Code Theory - ● What is Emmet? ● Difference between a Library and Framework? ● What is CDN? Why do we use it? ● Why is React known as React? ● What is crossorigin in script tag? ● What is diference between React and ReactDOM ● What is difference between react.development.js and react.production.js files via CDN? ● What is async and defer? - see my Youtube video ;) Coding - ● Set up all the tools in your laptop ○ VS Code ○ Chrome ○ Extensions of Chrome ● Create a new Git repo ● Build your first Hello World program using, ○ Using just HTML ○ Using JS to manipulate the DOM ○ Using React ■ use CDN Links ■ Create an Element ■ Create nested React Elements ■ Use root.render ● Push code to Github (Theory as well as code) ● Learn about Arrow Functions before the next class References: