The React Bootcamp

Ep.1

  • We can use React cdn to create React apps

  • We can use React in a part of our application. It is just like which element we make a root element, 'React' will work only in that element.

  • React elements are just JavaScript objects. Which are converted to HTML and rendered by React DOM.

Ep.2