Redux Toolkit

Solution retrospective
Had a lot of fun with this one! I initially thought of adding a backend component by having user login and authentication, but thought of submitting the solution once the frontend was ready. I learned a lot with this project, especially about redux toolkit, but I still have some things I'm confused about.
- How can I organize a component if its mobile design and desktop design are completely different from each other? What I usually do is create separate components, one for the desktop design and one for the mobile design, but I'm not sure if it's good practice.
- The challenge provides svg files for the different social media site logos and it requires these logos to change color on hover. For example, the given Facebook logo has a white fill but needs to be cyan on hover. The way I accomplished this as of now is by creating a copy of each logo and changing the fills within each svg. Is this good practice and, if not, what's a better way of accomplishing this?
Any and all feedback is greatly appreciated! Cheers🎉
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Bryan Sanchez'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