Skip to the content.

Home Page

Class 27 Notes

Review, Research, and Discussion

  1. React differs from vanilla JS/HTML/CSS because it is almost like a melding of all three plus ES6. It allows users to write HTML within JS and even inline style. You may also import styles from a seperate file.
  2. Functional components and class components differ in structure. In a functional component you dont need to use a constructor and it uses hooks instead of using the setState method.

Terms