What is the difference between React Component and React Element? The documentation mentions both but does not go into detail, some methods require components, other element
React components are mutable while elements are not