Master Vue in 15 Minutes: From React Developer to Vue Pro

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.พ. 2025

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

  • @neuronfireio
    @neuronfireio  3 หลายเดือนก่อน +2

    The next videos will dive deep into scalable architecture in Vue apps, showing you how to structure your projects for long-term success. 🚀
    Make sure to subscribe and hit the notification bell so you don’t miss out on those advanced Vue topics!
    Drop a comment if you have any questions or feedback. I’m here to help!

  • @FlamingPandas
    @FlamingPandas 3 หลายเดือนก่อน +4

    Even as a Vue developer this is quite usefull!

  • @RiadDZz
    @RiadDZz 2 หลายเดือนก่อน +1

    Awesome video, keep it up 🙌

  • @estebanlombardi
    @estebanlombardi หลายเดือนก่อน +5

    Is it just me, or Vue is way much easier and cleaner than React?

  • @isslemcookie5795
    @isslemcookie5795 3 หลายเดือนก่อน

    Great content. Thank you!

    • @neuronfireio
      @neuronfireio  3 หลายเดือนก่อน

      My pleasure!

  • @loiclaborderie-boulou8186
    @loiclaborderie-boulou8186 2 หลายเดือนก่อน +1

    Great video, however I found the example on receiving props on vue quite outdated, especially in the case where you'd be using typescript. Now in 3.5 we can easily destructure props so the syntax is much better too

    • @neuronfireio
      @neuronfireio  2 หลายเดือนก่อน

      Thanks for the feedback! 🙂 Vue 3.5 was just about a month old when the video came out. I might make a video just on this update, thanks to your comment.

  • @Roqeebcoder
    @Roqeebcoder 3 หลายเดือนก่อน

    Thank you, thank you very much

    • @neuronfireio
      @neuronfireio  3 หลายเดือนก่อน

      Welcome! Subscribe for more, next videos will be all about scalable architecture with Vue 😊

  • @MariaSheremeteva
    @MariaSheremeteva 3 หลายเดือนก่อน

    👍🏻thank u!

  • @tomeroyomero
    @tomeroyomero 3 หลายเดือนก่อน

    Great explantation

    • @neuronfireio
      @neuronfireio  3 หลายเดือนก่อน

      Glad it was helpful!

  • @RobertHoffmann
    @RobertHoffmann 3 หลายเดือนก่อน

    nicely done

  • @c01nd01r
    @c01nd01r 3 หลายเดือนก่อน

    Great video!
    I'll add my two cents.
    The example with doubleCount is not entirely equivalent in other situations. Computed values are cached and recalculated only when the reactive objects used inside them change. In React, the value of doubleCount will be recalculated on every component render (changes in any local state or render from the parent component, including context changes). The analogue in React is more like useMemo.

    • @neuronfireio
      @neuronfireio  3 หลายเดือนก่อน +3

      @@c01nd01r Thanks for the great point! You're right, useMemo is a good analogy for React. But another edge Vue has is that computed properties use lazy evaluation, only recalculating when dependencies change, which can be even more efficient than useMemo. Appreciate the addition!

  • @its_code
    @its_code 3 หลายเดือนก่อน

    ❤❤❤❤😊

  • @SeaWaves8
    @SeaWaves8 3 หลายเดือนก่อน +3

    pick an original logo, this one looks a lot like fireship's