VueJS Microservices Frontend

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

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

  • @chinogamer3883
    @chinogamer3883 3 года назад

    Do you have the repo??

  • @lunarcdr3083
    @lunarcdr3083 3 года назад

    because i liked the like functionallity you implemented i liked this video

  • @lupanvi
    @lupanvi 3 года назад

    awesome tutorial, I have a question, why in Products.vue you did this "const products = ref([])", but in Main.vue you did "const products = ref([] as Product[])" In both cases the products ref is mapped or filtered: products.value.map((p: Product) | products.value.filter((product: Product)

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

    i love your tutorials

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

      Actually my next project will be Lazy Loading, Search and Sorting so subscribe and wait for the upload :)

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

      @@ScalableScripts wow! Exciting! I'm really grateful I came across your channel , of course I am a subscriber. Vue 3 + typescript combo FTW

  • @rangabharath4253
    @rangabharath4253 4 года назад +1

    awesome