Apr 18, 2022
Please, do not mix up conventional definitions of naming: a component that can render “children” is a compound component. A container component IS a compound component (in React most likely), but it’s something else too: it’s part of a component pattern (container-presentational or smart-dumb components) that appears not only in React.