Namaste React

Inception

Library vs Framework?

What is Emmet?

Why is React known as React?

What is difference between React and ReactDOM?

What is CDN and how to use it?

Development and Production CDN links?

What is unpkg and umd?

What is crossorigin attribute in script tag?

async vs defer?

What is JSX and difference between JSX and React.createElement(type, prop, …children) way of building Elements?

custom Proptypes from scratch and proptypes during dev and prod?

Proptypes not really required with static typed lang like TS

At the end of the day ReactElement is noting but an object.

Igniting our App

What is npm? (No official name for npm)

npm vs npx?

package.json vs package.lock.json?

dependencies vs dev-dependencies?