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

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 16

  • @VueMastery
    @VueMastery  9 місяців тому

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

  • @Weahl
    @Weahl 9 місяців тому +2

    Really good tips of advice ❤

  • @TheAlexLichter
    @TheAlexLichter 9 місяців тому +2

    Lots of good material here 🔥

  • @SXsoft99
    @SXsoft99 9 місяців тому +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.

  • @ArielNoname
    @ArielNoname 8 місяців тому +1

    with examples this video would be so much better

  • @matanon8454
    @matanon8454 9 місяців тому +3

    Very valuable ❤

  • @davodnaroea7120
    @davodnaroea7120 9 місяців тому

    very good tips 👍👍👍

  • @denyramandaa
    @denyramandaa 9 місяців тому +1

    Big thanks!

  • @Voltra_
    @Voltra_ 9 місяців тому

    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 9 місяців тому

    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 9 місяців тому

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

    • @RizkyMatupena
      @RizkyMatupena 9 місяців тому +1

      Tell the reason why?

    • @CuriousSpy
      @CuriousSpy 9 місяців тому

      @@RizkyMatupena 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 8 місяців тому +1

      but not if you want a job

    • @kylerjohnson988
      @kylerjohnson988 6 місяців тому

      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.