What you're doing wrong with Vue.js 🙅‍♂️

Sdílet
Vložit
  • čas přidán 9. 04. 2024
  • Vue Mastery interviews the top minds at Vue Amsterdam 2024. Ready to master Vue.js? With weekly Vue js tutorials on the latest topics, and exclusive content with Evan You (the creator of Vue), Vue Mastery is the ultimate learning resource for Vue developers to level-up their skills. Watch more free Vuejs tutorials 👉 www.vuemastery.com/courses
    #vue #vuejs #javascript #frontend
    0:04 Daniel Roe
    0:21 Alexander Lichter
    0:50 Alvaro Saburdio Rodriguez
    1:04 Anthony Fu
    2:00 Cagatay Civici
    3:00 Eduardo San Martin Morote
    3:59 Elian Van Cutsem
    4:36 Filip Rakowski
    5:34 Julien Huang
    6:09 Justin Schroeder
    6:35 Sebastien Chopin
    7:04 Vanessa Otto
    7:54 Evan You
  • Věda a technologie

Komentáře • 16

  • @VueMastery
    @VueMastery  Před 3 měsíci

    Ready to master Vue.js? Level up here 👉 www.vuemastery.com

  • @TheAlexLichter
    @TheAlexLichter Před 3 měsíci +2

    Lots of good material here 🔥

  • @ArielNoname
    @ArielNoname Před 2 měsíci +1

    with examples this video would be so much better

  • @SXsoft99
    @SXsoft99 Před 3 měsíci +1

    I read a few of the functionality on Vue mastery and reached the conclusion that you need to make a clean distinction between using them in a project for a client vs using them to make a package to re-use.
    The experience is different and should be pointed out especially for juniors since you have the basic Vue stuff that you learn in a guide then you have all the use this that this that (and there are a lot of them) that can make your life easier or not.
    A lot of people have a profesional defect assuming some things because of their experience.

  • @Weahl
    @Weahl Před 3 měsíci +2

    Really good tips of advice ❤

  • @matanon8454
    @matanon8454 Před 3 měsíci +3

    Very valuable ❤

  • @denyramandaa
    @denyramandaa Před 3 měsíci +1

    Big thanks!

  • @davodnaroea7120
    @davodnaroea7120 Před 3 měsíci

    very good tips 👍👍👍

  • @Voltra_
    @Voltra_ Před 3 měsíci

    My personal one, that's not limited to Vue devs, is to stop putting business logic inside of components or composables. The business logic should be separate and agnostic, the components and composables should only use those agnostic pieces

  • @ColinRichardson
    @ColinRichardson Před 3 měsíci

    The "grouping by logical units" are called Composables..
    We are grouping our stuff by template-refs, computed, private methods, exposed methods, data, event methods and life cycle..
    Otherwise, everything becomes a mess. I know you guys want us to NOT do this, but we have 86 million lines of code that prove otherwise that it works..
    We also have a lot of Splitting up grouped logic into composables and not in the vue files directly.

  • @CuriousSpy
    @CuriousSpy Před 3 měsíci

    Investing in vuejs instead of solidjs is the biggest mistake frontend developers make.

    • @user-ts9qo3wl6z
      @user-ts9qo3wl6z Před 3 měsíci +1

      Tell the reason why?

    • @CuriousSpy
      @CuriousSpy Před 3 měsíci

      @@user-ts9qo3wl6z because we could do better simpler things with solidjs. But solidjs grows slowly because we have 2 big giants vue and react. Also library authors dont understand how to create framework/platform-agnostic codebases.

    • @paolo-e-basta
      @paolo-e-basta Před 2 měsíci +1

      but not if you want a job

    • @kylerjohnson988
      @kylerjohnson988 Před 19 dny

      One of the worst takes I've seen... In my decade of experience as a developer, comments like these typically come from people who made a mess of their code base and instead of learning proper design patterns and how to write maintainable code, they blame the framework. Eventually, they move to another and make a mess of that one, too. For those reading this thread, ignore this comment.