E-commerce product page built with React

Solution retrospective
Would love to get feedback on how I could improve on my React.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MojtabaMosavi
1- One of main ideas is react is to break down a UI into resuable components which once composed make the UI. The question one might ask is what is the advantages do we gain be defining resuable components ?
Let's use an example from you solution to clarify this, the product thumbnails is perfect candidate because suppose when you add a new sneaker to you store you don't need to rewrite all the markup you only resue the one you already have. You create a temple for the thumbnail that can adpot to any four images the you pass to it through props.
Keep coding :=)
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord