⚛️ 🚀 React Component Patterns
TLDRCompound 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
1 Comment
Sort: