structure of component
Composable
(property) of Component (or any general entity) being self-contained, nestable & portable, easily composed into Composite Components
uses JSX to describe UI to return as HTML
Component Hierarchy
tree-like relationship of Component to structure data flow
React Element
immutable stateless building blocks of React apps, returned by components
Optional properties of components