Submitted 9 days agoA solution to the Results summary component challenge
Results Summary Component
accessibility, react
@gustavo2023

Solution retrospective
What specific areas of your project would you like help with?
-
I refactored my single App component into ResultCard and Summary. Could this be improved further? For example, should each item in the summary list be its own SummaryItem component that receives data via props?
-
I used a JavaScript object (iconMap) to dynamically select the right icon for each summary category. Is this a good pattern in React, or is there a more common or efficient way to handle conditional rendering of assets?
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Gustavo Gutiérrez's solution.
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