• What is the formal name for the React equivalent of the DOM?
    • It’s called createElement, so maybe React Element?
      • The return value of createElement can be of various types.
    • I wonder which type encompasses all the different types of elements.