Composite Component
↔ Component contains another Component
References
Composable
↔ (property) of Component (or any general entity) being self-contained, nestable & portable, easily composed into Composite ComponentsParent Component
↔ Composite Component wrap other Componentchildren
↔ enables Composable Composite Components by nesting additional React.createElement calls. Used to pass innerText. React recursively evals nested Child Elements to form a VDOM tree