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
A component is a factory for creating elements.