Compound components is a pattern where components are used together such that they share an implicit state that lets them communicate with each other in the background. A compound component is composed of a subset of child components that all work in tandem to produce some functionality. This pattern provides flexibility for the consumers of the components. It allows you to abstract the internal workings of your components.
1 Comment
Sort: