Closed
Description
This is a feature I definitely want to do because there's a great learning opportunity to show when a component changes it's props but doesn't unmount and then remount. Image the useEffect for the product profile page and how we always teach about cleanup for unmounted components, but this is a great feature to show "What if the product id prop changes"
The layout of the product profile page already makes tiles for a component called ProductTile
. We need to design that component and then query for similar products to fill in the content