ReactJS, styled-components, react-router, loading-skeleton...

Solution retrospective
Although it wasn't required on the challenge, I added a pagination feature to the home/search page... Would love to get your feedback...
Please log in to post a comment
Log in with GitHubCommunity feedback
- @webguy83
Hmm you have some errors going on when I paginate through. Like I go navigate around and search a country it seems to break the app as the country I typed in does not show up. Also when you navigate after detail view back to the main view by clicking the button I don't see any of the other countries to select. Saw some api error calls in the network tap, looks like some invalid path. Also you have some console.log statements to remove as well.
If you move your browser window up and down you will see the back button get hidden behind the toolbar at the top when you make it smaller.
In my opinion paginate usually works best when dealing with data tables and lots of tabular data. Not sure it works well in this case.
Marked as helpful
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