Social Links Profile with React, Tailwind CSS, and Rsbuild

Solution retrospective
- Learned how to iterate over a list of social link objects
- Learned that each list entry in a React component needs an unique
key
After the first two challenges (QR Code Component and Blog Preview Card), there were no new concepts necessary for this challenge. It was mainly for practicing what I already knew. The React application with the list was an additional challenge I created for myself.
What challenges did you encounter, and how did you overcome them?I got error messages in the browser console when my social links were rendered because I didn't know about the key
requirement. I read about it on the Internet, and the concept became clear.
Before I continue with the challenges, I will first complete some learning for React applications in general.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Thomas Weitzel'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