Pokédex App (React useEffect) part 1 - Web Front-end Development | Lesson 47 (Free Coding Bootcamp)

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 6

  • @dimitmoto1716
    @dimitmoto1716 2 года назад +1

    In 6:13 in the return of the callback inside the map, in the Card component, put a property key={pokemon.name}, so the console not complaining that it is needed a unique key in loops and your app will be more performant without any loss of data in the ui.

    • @CodewithVincent
      @CodewithVincent  2 года назад +1

      Good point! I mention this later on in the series!

    • @dimitmoto1716
      @dimitmoto1716 2 года назад +1

      @@CodewithVincent Oops, sorry...

    • @CodewithVincent
      @CodewithVincent  2 года назад

      @@dimitmoto1716 nah what you said is valid :)

  • @forreal4461
    @forreal4461 2 года назад +1

    Thanks for the great tutorial, hope you reach 100k this time next year!!