• typeof: identifies that this is a react element
  • key: when manually creating children, enters the mapped children array
  • ref: reference to actual dom node.
  • $$typeof: Makes a UUID that is unique for the react app itself. Protects XSS

props

These include data of all props. In this example there are no other props other than the default ReactJS Children