REST Countries API

Solution retrospective
Explore the world with my React app! in a user-friendly interface you will discover all needed information, easily.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @snhase
Hello Gerges,
I just finished this same challenge, your solution looks great and responsive!
I have one suggestion, in your "Filter by region" feature. I noticed the button label doesn't update the region to the region selected onClick, remains "Filter by region" . How about passing the region item value that you get from the mapping over regions list, in the handleSelectedRegion function to set SelectedRegion value instead of the event? like so
handleSelectedRegion(region)
?Hope this helps! Happy Coding :) snhase
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