Composable Logic in Vue 3

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

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

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

    this channel absolute gem for vue js. thanks. ı m waiting vue 3 projects from you

    • @Webnoob
      @Webnoob  4 года назад

      Happy to hear that! Thank you ✌🙂

  • @io-er1ex
    @io-er1ex 3 года назад +2

    Thanks subscribed. Very clear and simple explanations on this channel.

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

      You’re welcome 😉

  • @finne.7033
    @finne.7033 3 года назад +4

    Gutes Video; Sachsen die Englisch sprechen sind immer wieder gut 😂

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

    Could you use typescript instead of js in future videos?

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

      I'll keep it simple and stick with javascript

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

    What if I need to use some helpers functions inside composables?
    For example some strings transfromation functionality which has nothing to do with my composable.
    Do I need to create another composable and import it or just external js file?

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

    Awesome Man

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

      Thank you ✌️🙂

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

    очень хороший контент

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

    At 7:21 you are using data.addOne but in the useCounter file you haven’t defined it :)

    • @Webnoob
      @Webnoob  4 года назад

      I need a break 🙄
      Thanks, that’s right, of course. But the result of the reactivity lost would be the same. 🤷‍♂️

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

      Webnoob yeah, I was just pointing it out because someone could think that the cause it’s your error 👌🏻 good video anyway

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

      Thanks again! 🙏💚

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

    This is what i want.

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

    Composition API in a nutshell: The same as Vue2, now with more typing! (and typescript)

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

    Where are you my friend?

  • @RamuRamu-eu2sx
    @RamuRamu-eu2sx 4 года назад +1

    Sir make nuxt.js tutorial

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

      Anything specific about Nuxt.js?

    • @RamuRamu-eu2sx
      @RamuRamu-eu2sx 4 года назад

      @@Webnoob using backend as laravel API with JWT token , make user registration page with name, email, profile image, and password as input fields. with email verification. In Login page having email and password field for Login, along with password reset options. In user dashboard user can make modify there profile image and password. In admin panel having user crud system along with user Search .
      Thank you please make this all option in nuxt.js upcoming tutorial.