React Pattern: Compound Component
Implement
Define a parent component: manage state and logic
Create child component: will be rendered by parent component and work together to form a cohesive user interface
Pass data and control from parent to child using props
Render the child ...
vermouth.hashnode.dev1 min read