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 tochildrenSuspense Boundary↔ Component Hierarchy wrap by<Suspense\>to suspend renderchildrenwithfallbackuntil readyProvider↔ Wrapper FC to provideContextvalueto all SubscribingchildrenContext↔ Interface Object to share data to all Subscribingchildrenlayout.tsx↔ ( Next 13 ) Page toexport defaultlayout UI to share withchildrenShared Layout↔ UI to share mutliple Pages viachildren, to preserve state & not trigger re-renderPortal↔ReactDOM APIEscape Hatch to renderchildrenoutside Component Hierarchy of Parent Component