My Component has too many props and I'm not OK
If you've been building React apps for some time now, you've probably encountered this nightmare:
<ProductCard
product={productData}
showImage={true}
imageSize="medium"
showTitle={true}
titleTag="h3"
showDescription={true}
truncateDescr...