@0ME9ASubmitted about 2 years ago
Hi guys!
I completed where in the world project.
Hi guys!
I completed where in the world project.
Hi,
Nice job, it looks very nice. However try to fix some bugs, the whole "Back" button should be clickable not only arrow inside it. Since you already fetch all countries try to persist this data in your app. This will prevent multiple unnecessary request to rest api when using search bar. Or if you want to fetch data every time someone use search bar, try to use debounce. It will limit amount of request to api.