@EduardIonescuSubmitted almost 2 years ago
Hi, this challenge was pretty tough.
- The first page loads quite slowly, so maybe it could be better to only show 50 countries and have a
Load more
button at the bottom. - The data has a lot of information that I don't use, so maybe just grabbing only what I need would've been somewhat better.
Other than that, I'm happy with how the app works. getStaticProps
and getStaticPaths
make the individual country pages load fast, but I've had some issues in development when I tried to use getStaticProps
in the homepage.