4 comments

  • Pavel Malos, over 6 years ago

    I think reactJS is better

    1 point
    • Darrell HanleyDarrell Hanley, over 6 years ago

      I agree. React teaches you how to be a good Javascript developer, Vue, like jQuery, just teaches you how to good at Vue. Too much magic involved to my liking.

      Also, I agree with React's principles that we shouldn't be depending on web technologies and should abstract away where possible.

      0 points
      • Jason FullerJason Fuller, over 6 years ago

        Also, I agree with React's principles that we shouldn't be depending on web technologies and should abstract away where possible.

        I actually completely disagree - I believe we should be working as close to the web technologies as possible...

        A big part of the current fatigue argument is too many frameworks etc abstract away from the core of the web.

        Just my 2 cents. :)

        0 points
      • Matt RothenbergMatt Rothenberg, over 6 years ago

        React teaches you how to be a good Javascript developer, Vue, like jQuery, just teaches you how to good at Vue

        This is quite the blanket statement. Can you please provide some examples to back this up?

        Sure, Vue affords developers syntactic sugar and a handful of abstractions over things like iteration (ex: the v-for directive). But it's a leap to suggest that such affordances "just teach you how to be good at Vue."

        0 points