Reading-Notes

Class 01 Notes

Intro To React

Hello World (React Example)

ReactDOM.render(

Hello, world!

, document.getElementById(‘root’) );

Introducing JSX :

Why JSX?
Specifying Attributes with JSX :

Rendering Elements:

Components and Props:

Function and Class Components:
Composing Components: