Social proof section with React.js
Design comparison
Solution retrospective
any comment related to React.js will be very helpful
Community feedback
- @iamjmitchPosted almost 4 years ago
Hey mate nice looking website. Really nice folder structure and good use of components.
I see in your section2 component, you just have react render the card component 3 times however as the info inside the card is hardcoded, it displays the same reviewer and comment 3 times.
If you were to change the card to accept props, you could still have the same card component for all 3 however you could pass it seperate info for the
img
,h4
andp
tags and have it render as 3 seperate reviews like in the design guide.1@mohamed1maghraby-divPosted almost 4 years agothanks for your note i really appreciate it that is my bad I forgot to change it thanks iamjmitch
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