React Compound Components: The Pattern That Makes Component APIs Actually Good
If you've ever built a component and ended up with a prop list that looks like this:
<Select
options={options}
selected={selected}
onSelect={onSelect}
placeholder="Choose one"
isSearchable={
izsk.hashnode.dev17 min read