Exercise 8.1

What problem is ReactJS trying to solve?

Exercise 8.2

Demo the lab 8 application.

  1. Identify the components.
  2. Explain the flow of information.
  3. Distinguish the roles of the DOM and the virtual DOM.

Exercise 8.3

Compare and contrast the ReactJS approach with:

  1. standard OO programming languages.
  2. standard Web development practices.