Design comparison
Solution retrospective
Would love to get feedback on how I could improve on my React.
Community feedback
- @MojtabaMosaviPosted almost 3 years ago
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 :=)
0@orkhaiPosted almost 3 years ago@MojtabaMosavi thanks a lot for your feedback. I'd take note of this, I guess I didn't pay much attention to that because it's a small app but I really appreciate the feedback.
0
Please log in to post a comment
Log in with GitHubJoin 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