Vue JS 3 Tutorial - 13 - List Rendering

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

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

  • @pccoder
    @pccoder Год назад +4

    This series is great, thanks! Better than most paid-for classes.

  • @akbar-sm
    @akbar-sm 3 года назад +5

    as a DC fan, I'm really happy to see you use the Big Three >_<
    especially Batman in the previous video

  • @Muhammad_Mabrouk
    @Muhammad_Mabrouk 3 года назад +5

    Thank you for this wonderful series, Clear and easy explanation and does not waste time 💐

  • @saiphOfOrion
    @saiphOfOrion Год назад +1

    thanks bro! your video is clear and easy to understand. I'm from Myanmar.

  • @elchino7672
    @elchino7672 3 года назад +2

    Super, Vishwas! Very nice tutorial

  • @playchiseltip4454
    @playchiseltip4454 Год назад +1

    Seriously, the best tutorial.

  • @forrest4653
    @forrest4653 Год назад +1

    First: these are really, really good video tutorials. I'm just leaving a comment that I had some issues with using the v-for directive in the template tag. While the suggested code for using v-for directive within the template tag did render to the browser just fine, within VS Code the following issue was underlined on :key="name" as follows: [vue/no-v-for-template-key]
    '' cannot be keyed. Place the key on real elements instead.

  • @phuoc4506
    @phuoc4506 3 года назад +1

    This man is a big fan of DC:))

  • @gr8dane22
    @gr8dane22 3 года назад +2

    Great video, thank you. You made it very easy to understand.

  • @shrishtishrivastava18earcs68
    @shrishtishrivastava18earcs68 Год назад +1

    How I can thank you, you made my frustrating Vue js learning simple, easy and clear.

  • @affablelochan
    @affablelochan Год назад +1

    Inside the v-for directive why are we binding the unique :key attribute?

    • @affablelochan
      @affablelochan Год назад +1

      I got my answer in the next video. Thanks for making these wonderful videos.

  • @aliham2894
    @aliham2894 3 года назад +1

    Huge thanks to you

  • @vindhujamv7579
    @vindhujamv7579 3 года назад +1

    Great Video. Thank you so much for this tutorial

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

    Perfect🚀
    Thank you comrade

  • @Gamerraviofficialaccount
    @Gamerraviofficialaccount 2 года назад +2

    brother can you also add a githhub repo for the same course

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

    Perfect🚀

  • @yowomart4992
    @yowomart4992 3 года назад +1

    Thank a lot brother 🙏 lk

  • @stevecampos1424
    @stevecampos1424 2 года назад +2

    me salvaste bro jaja saludos

  • @akashmahala8093
    @akashmahala8093 3 года назад +4

    sell it in udemy man..u are awesome..I will be happy to pay for these type of contents

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

    ❤❤

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

    I suspend you as DC fan?😁

  • @adilrao7777
    @adilrao7777 3 года назад +1

    👍👍

  • @maheshmahi5455
    @maheshmahi5455 3 года назад +2

    when I tried looping through a template tag I get an error "'' cannot be keyed. Place the key on real elements instead.", however, it compiles successfully.