Latest solutions
React PWA country app with custom hooks and theme switcher
#pwa#react#styled-components#typescriptSubmitted almost 3 years ago
Latest comments
- @0ME9A@dyrpit
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.
Marked as helpful