children
↔ special placeholder props
to nest JSX
access via this.props.children
References
props
↔ frozen Object of properties; passed as dynamic input from Parent Component tochildren
Suspense Boundary
↔ Component Hierarchy wrap by<Suspense\>
to suspend renderchildren
withfallback
until readyProvider
↔ Wrapper FC to provideContext
value
to all Subscribingchildren
Context
↔ Interface Object to share data to all Subscribingchildren
layout.tsx
↔ ( Next 13 ) Page toexport default
layout UI to share withchildren
Shared Layout
↔ UI to share mutliple Pages viachildren
, to preserve state & not trigger re-renderPortal
↔ReactDOM API
Escape Hatch to renderchildren
outside Component Hierarchy of Parent Component