rest-countries-api-with-color-theme-switcher with React and Sass
Design comparison
Solution retrospective
Hi Guys. I just completed my first advanced challenge. I used React for implementation. I'll appreciate any comments or feedback. Thank you!
Community feedback
- @LuisDGraciaPosted almost 4 years ago
Everything looks great, but in small details you need to add a "all" option in the filter, I can't recover all the countries when set a continent and also you could add some pagination like Infinite scroll that way all the countries doesn't load at the same time.
try to use another endpoit of the api to use the borders alpha code to solve the HTML errors
and last but not least axios is a good library you could use for fetching data from the api, you could set a baseurl and that way you don't need to sent the entire url, just the endpoit for example {{baseurl}}"/api/data"
1@IsaacBukunmiPosted almost 4 years ago@LuisDGracia Wow... Thanks a lot for your feedback. I've learnt a couple of things from your comment. I'll definitely work on the issues you pointed out. Thank you!
0
Please log in to post a comment
Log in with GitHubJoin 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