Latest solutions
REST countries API - Next.js/React, tailwind, next-themes
#next#react#tailwind-cssSubmitted almost 3 years ago
Latest comments
- @kerminekSubmitted almost 3 years ago@AnaesthCodePosted almost 3 years ago
Very smooth search function and loading in general.
For the "border countries" i used the package country-iso-3-to-2 found here: https://www.npmjs.com/package/country-iso-3-to-2 to turn the ISO3 code to a ISO-2 code which could then be used with the Intl.DisplayNames-function to get the whole name.
1