Vue 3 V-Model Simplified

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 14

  • @mojciech
    @mojciech 7 หลายเดือนก่อน +1

    I finally fully understood. Good job, thanks!

  • @dimitriskourg
    @dimitriskourg ปีที่แล้ว

    Thank you so much! Just when I wanted this video! I just subbed to you! You are a lifesaver!

  • @Sean-dj5rl
    @Sean-dj5rl 3 หลายเดือนก่อน

    This video could be redone with the new define model and simplify it even more! Good work

  • @nouchance
    @nouchance ปีที่แล้ว

    Amazing SIR!

  • @SimonKlimekNetwork
    @SimonKlimekNetwork ปีที่แล้ว

    Now in Vue 3.3 there is available experimental feature which a cool shortcut for computed getter and setter, instead of use: const modelValue = defineModel() and use it in your v-model inside the component template

    • @JohnKomarnicki
      @JohnKomarnicki  ปีที่แล้ว

      Yes, I created a video on this a few days ago.
      th-cam.com/video/-v-NWHH32dw/w-d-xo.html

  • @monarchgam3r
    @monarchgam3r ปีที่แล้ว

    DefineModel is now my preferred way to use v model in components

    • @JohnKomarnicki
      @JohnKomarnicki  ปีที่แล้ว

      Yeah, I made this video right before I covered the new defineModel macro

  • @Umar-fm3vs
    @Umar-fm3vs 7 หลายเดือนก่อน

    What if the modelValue is an object? And we bind the modelValue key with the input field .
    I tried this and it appears that the setter function is not triggered.

  • @SimonKlimekNetwork
    @SimonKlimekNetwork ปีที่แล้ว

    const modelValue = defineModel()
    console.log(modelValue.value)

  • @yoyomoyo-co6vl
    @yoyomoyo-co6vl ปีที่แล้ว

    is your course fully composition api and script setup? if not can you make one?

    • @JohnKomarnicki
      @JohnKomarnicki  ปีที่แล้ว

      I have a crash course, which uses that.

    • @yoyomoyo-co6vl
      @yoyomoyo-co6vl ปีที่แล้ว

      @@JohnKomarnicki thanks for your reply. for an aspiring developer, would you suggest learning react or vue? can you make an honest video if you don't want to reply right away?