Social proof section with React.js

Solution retrospective
any comment related to React.js will be very helpful
Please log in to post a comment
Log in with GitHubCommunity feedback
- @iamjmitch
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.
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