Differences between Vue and React?

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

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

  • @VueMastery
    @VueMastery  Год назад

    To watch the full Vue for React Developers course, visit: www.vuemastery.com/courses/vue-for-react-devs-similarities/intro-to-vue-for-react-devs

  • @morlz
    @morlz 2 года назад +15

    vue 3 is just great, I like it much more than the second version. The addition of hooks and composable finally made normal code separation possible. Working in a large team is much better with vue 3. Thank you!

  • @PierreLaBaguette
    @PierreLaBaguette 2 года назад +17

    the video isn't really about "the key differences between vue and react". it's just a tutorial/intro to vue..

  • @tandaleshubham
    @tandaleshubham 11 месяцев назад

    Your content quality is fantastic. I also checked PDFs on your website. Superb content quality. Too much better than paid materials at elsewhere.

    • @VueMastery
      @VueMastery  10 месяцев назад +1

      Thank you for the kind words. We put a lot of time and care into our content and we're glad it shows!

  • @samuelmorkbednarzkepler
    @samuelmorkbednarzkepler 2 года назад +7

    Love vue 3

  • @khaledsanny4817
    @khaledsanny4817 2 года назад +12

    Clickbait title... seriously you just loosely compared useState to ref and completely forgot about the topic right after ... just why ?? its a bit annoying

  • @emberchord
    @emberchord 2 года назад +2

    omg, I'm screaming - did you add sound effects for the typing too, lol
    that's hilarious

  • @simonpavlik8952
    @simonpavlik8952 Год назад +1

    Can somebody please tell me what theme and font type is he using?
    It looks awesome!!

  • @todayisyourfuture
    @todayisyourfuture 2 года назад +6

    Vue 3 is so great 🎉

  • @OcielGonzalez_mx
    @OcielGonzalez_mx Год назад

    Theme?

  • @esdegan7176
    @esdegan7176 2 года назад +7

    RIP react, RIP flow, RIP metaverse, RIP facebook.

  • @jaredbecksfort1976
    @jaredbecksfort1976 Год назад +1

    How is this a video about the differences between Vue and React? There was about 20 seconds of that and the rest was just a Vue tutorial.

  • @daycoder301
    @daycoder301 2 года назад +3

    i love vue

  • @sylvain.courtade
    @sylvain.courtade Год назад +3

    React has the useRef hook though. It works the same way Vue's ref does.

    • @notkamui9749
      @notkamui9749 Год назад +3

      no, not at all. It will never trigger rerenders

  • @christianm4906
    @christianm4906 Год назад +1

    React js is just annoying. I regret the time spent learning such as messy library just because it is popular.

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

    sudo call

  • @R3AktoRMacedonia
    @R3AktoRMacedonia 2 года назад +4

    Vue 2 was good as it was, all this "new features" like hooks (which are basicly callbacks) are concepts invented in the 70's.
    Please stop following fashion trends from other frameworks just because some "developers" get "excited" about meaningless things.

    • @combattanta7577
      @combattanta7577 2 года назад +16

      I think you're being reductive when you say that. Just because you don't experience the pain points that other Vue devs have from Vue 2 that Vue 3 solves, doesn't mean those pain points in Vue 2 does not exist. Vue 3 exists not because of some "trend", it exists to solve a legit problem that Vue 2 unfortunately has especially for large scale apps and libraries.

    • @samuelmorkbednarzkepler
      @samuelmorkbednarzkepler 2 года назад +6

      What are you even talking about? Firstly, how can you simultaneously call something a "trend" and also complain that it's a decades old convention? If its such an old concept would that not be the opposite of a new trend?
      And no, hooks are not "simply" callbacks. Hooks allow you to hook into the Vue reactivity system in a much more modular way than what was possible before. This was not possible in Vue 2 and is a big improvement in Vue 3 reguardless of wheter or not some other framwork had the same idea 900 years ago. Its the entire reason why libraries like VueUse can exist - which is incredibly powerfull. The Vue options API would never in a million years have allowed for that amount of power and modularity from library authors. The new composition API is a great benefit to the future ecosystem of Vue, same as it was for react when they adapted hooks. If its a trend its because everyone loves how good it is. Which it is.
      But brushing this off as a bad change by calling it a "trend that was invented in the 70s" would be like if xbox released the ability to modularly change their system and then you went: "duuude. Being modular is just a trend. Lego already inveted this decades ago, and the egyptian pyramids before them." Sure dude...
      In any case, even if you personally prefer the options API (yikes) nothing about any of this is "meaningless." Vue 3 is a massive improvement. The composition API is just objectivley much better at grouping logic togheter and if you dont think so then I dont think youve ever actually had to program large scale systems. If you cant relate to the struggle of writing a large component with the vue 2 options API and being forced to split all your logic up into a tangled web of unrelated boxes then I dont think you have actually ever build a large, complicated vue component before. You can have your own opinion about this if you want but you need to cut the shit if you think this is "just a meaningless trend." At best youre just being unresonable with your own personal opinion and at worst you just dont have any idea what youre talking about.