Episode 01 - Inception
Theory :
- What is
Emmet? - What is
CDN? Why do weuseit? - Why is
React known as React? - What is
crossorigin in script tag? - What is difference between
React and ReactDOM? - What is difference between
react.development.jsandreact.production.jsfiles via CDN?
Coding :
- Set up all the
tools in your laptopVS CodeChromeExtensions of Chrome
- Create a
new Git repo - Build your
first Hello Worldprogram 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
- Using
-
Push code to Github(Theory as well as code) - Learn about
Arrow Functionsbefore the next class
Top comments (0)