I started learning Frontend Development one year ago! I´m confident with my knowledge in HTML, CSS, Javascript, React, TypeScript and TailwindCSS. In the other hand, I´m still learning NextJS, but my practices are going so well :)
I’m currently learning...NodeJS
Latest solutions
Newsletter Sign Up - React + TypeScript + Tailwind
#react#tailwind-css#typescriptSubmitted about 2 years agoSpace Tourism Single Page Application with React Router
#react#react-router#bemSubmitted over 2 years ago
Latest comments
- @RalfiSlask@tomashoj2001
Hi! It´s going so well :) My way to get the borders is:
countries .filter(c => borders.includes(c.cca3)) .map(c => c.common)
Countries is the API response and borders is the array of borders in the country in which you are.
With the filter I´m taking ALL the data from the countries that includes cca3 name (such as 'SWE' for Sweden) and with the map I´m taking the common name of the filtered countries.
I hope my explanation was clear!
Marked as helpful - @Degreatisaac@tomashoj2001
Be careful with the src on the images, they are not linked! I think you should avoid the first slash before the images folder: "images/_____"
- @tomashoj2001@tomashoj2001
Ohh thank you so much @5hraddha! I appreciate it a lot!