Тёмный

Vue explained to React Developers in 6 mins 

Justin Brooks
Подписаться 16 тыс.
Просмотров 43 тыс.
50% 1

Опубликовано:

 

27 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 63   
@misterkevin_rs4401
@misterkevin_rs4401 3 года назад
I'd love Vue to have a fully first-class citizen framework for mobile development like React-Native is for the market right now.
@tmbangla365
@tmbangla365 Год назад
Yes Ionic+Vue
@BruceLeeBeatz
@BruceLeeBeatz 2 года назад
Nice over-vue
@MaxProgramming
@MaxProgramming 3 года назад
I like both tbh. But idk why I feel more comfortable with React. Let's Vue again
@wilsonwg
@wilsonwg 3 года назад
With Vue, I need to memorize or read some of its template syntax and options. With React, I only need to think in js most of the time. But it can be quite daunting at first, as you need to understand the jsx, spread operator, webpack boilerplates. Hard to setup at first, but somewhat rewarding afterwards. Vue is quicker to pick up.
@FalconTheFries
@FalconTheFries 3 года назад
For some reasons, React feels more natural and organic
@RR-et6zp
@RR-et6zp 2 года назад
@@FalconTheFries bingo
@RianY2K
@RianY2K 3 года назад
I feel more comfortable with Vue JS btw, and dont forget with their "easy to understand" documentation too.
@denno021
@denno021 3 года назад
I started with Vue, I do personal projects in Vue, but at work I use React. I feel like this video made Vue look far more complicated than React :/
@OlivYog
@OlivYog 3 года назад
My feeling as well
@7MaticCode
@7MaticCode 2 года назад
Same
@Pazdkq
@Pazdkq Год назад
never used vue, but yeah, react seems easier, what was that with @click, if and for, why we need to create something new, when its easer for all to just use plain js
@wabathur
@wabathur Год назад
React will be more complicated when you are about to take care of optimization. React lifecycle is the pain in the ass, and JSX is god damn good but will leave you in the refactoring hell when you are not good at managing it.
@ojvribeiro
@ojvribeiro Год назад
Yes, it did. With the syntax sugar you can do it in basically 6 lines of JS.
@abhinaykatta
@abhinaykatta 10 месяцев назад
I feel saved after watching this. Thank you.
@TJKlimoski
@TJKlimoski 7 месяцев назад
great short video here. exactly what I was looking for.
@MikaJuhani-fj7fn
@MikaJuhani-fj7fn Год назад
Justin, what did you think when attaching so loud background music on the video, or actually, why did to use it at all? The video content looked interesting but it was impossible to watch (I stopped) because the music was so disturbing. Maybe next time you do it differently
@ivangrey1047
@ivangrey1047 3 года назад
please make more videos like this, it’s very enjoyable
@bushbuddyplatypus
@bushbuddyplatypus 5 месяцев назад
So clear. Excellent tutorial
@rangabharath4253
@rangabharath4253 3 года назад
awesome as always
@redhook777
@redhook777 3 года назад
Thank you 💗
@nottodaybro4450
@nottodaybro4450 Год назад
Great video !
@retrom
@retrom 3 года назад
My issue with Vue is that doesnt have great native support compared to React Native.
@renefournier
@renefournier 3 года назад
Svelte!
@CodingWithJustin
@CodingWithJustin 3 года назад
😉
@rüstem-z8f
@rüstem-z8f Месяц назад
why vue is looking more complex than react for me but not for other people
@hansschenker
@hansschenker 6 месяцев назад
good comparison between React and Vue, Vue explanation is slightly out of date!
@eduardosalles9212
@eduardosalles9212 2 года назад
thank you.
@sunilanthony17
@sunilanthony17 9 месяцев назад
I have no idea why and how react is simpler. Vue is much more readable and simple.
@babylemurman
@babylemurman 3 года назад
I'm hoping this all eventually leads full-circle back to native web components, and all of these libraries become obsolete.
@SuboptimalEng
@SuboptimalEng 3 года назад
🙅🏾‍♂️ React 🙇🏾‍♂️ Vue
@altgoncalves1472
@altgoncalves1472 Год назад
From what I get, in react I have Functional Components and Hooks. Master those two and you get everything else. With jsx there's a single syntax style. Any JS always get's wrapped in `{}` and that`s it. And no `class` in the JSX, swapped for `className`. No special directives and tons of concept to master, magic passage of values between templates and components that are often written as classes that use mixins to request data from stores that'll talk to services before we can make a single api request. meanwhile, on react lands, we have react-query and true code testability with hooks. am I missing anything?
@hasj
@hasj Год назад
not reading allat 😂
@skullteria
@skullteria 2 года назад
As expected, most of you youtube tutors don't know either framework good enough to actually make a valid comparison, sad but understandable. Thanks for publishing this freely duh.
@benedictjohannes
@benedictjohannes 2 года назад
I'm a react dev, and I'm curious why Vue is becoming so much popular lately. If you have a better reference of the comparison (or "Vue for react devs" style articles/vids) I'd be genuinely interested.
@IkraamDev
@IkraamDev 3 года назад
You made Vue.
@evertp
@evertp 3 года назад
I've been using React for 2 years, but have been interested in Vue for a while as well. This video has completely deterred me from even trying this, and I don't know if this is intentional. Am I *that* biased or is Vue genuinly a bit clumsy compared to modern hooks-based react?
@CodingWithJustin
@CodingWithJustin 3 года назад
I disagree with you. I feel react is more verbose than Vue since you need to list all dependencies. Vue also handles rerenders for you so you don't need to think about it. You might be used to Reacts way of doing things, so other approaches feel weird
@seanraz
@seanraz 3 года назад
I don't think this video shows the advantages of Vue. Probably best to build a small test app with it to see if you like it. I prefer Vue.
@galeontiger
@galeontiger 3 года назад
I'm a react Dev as well, I want to learn view, but the documentation just throws me off. Feels very off.
@RD-jr8nv
@RD-jr8nv 2 года назад
I prefer react.
@codeconcept
@codeconcept 3 года назад
Great comparison. Thanks :)
@oinn6216
@oinn6216 6 месяцев назад
How could be templates more natural if in JSX you have almost native events but in camelcase and this is all you need, but in templates you have bunch on directives, I hate them beggining from Angular 1.x )))
@sumanthgmr5645
@sumanthgmr5645 Год назад
great video feels like fireship
@dzienisz
@dzienisz 5 месяцев назад
What version of Vue is this video about?
@kompaskompas5605
@kompaskompas5605 3 года назад
Vue the future!
@krzysztofkk6964
@krzysztofkk6964 Год назад
nice & easy, love it!
@sohhamm
@sohhamm 3 года назад
Great video
@Svish_
@Svish_ 3 года назад
Loved the `useEffect` section which throws a bunch of life-cycle hooks in your face. That 's exactly what I love _not_ having to deal with anymore in React thanks to hooks. 😅 Also really dislike vue-specific template stuff and auto-magic binding. Sticking with React, 100%.
@RenanLeandroFerreira
@RenanLeandroFerreira 2 года назад
The magic binding is the beauty of vue. It makes the life so easier...
@nethsarasandeepaelvitigala135
@nethsarasandeepaelvitigala135 2 года назад
yeah have fun handling unnecessary rerendering in react and new hooks to shit you over in each new version, when Vue just handles everything and currently beats React in performance score and bundling sizes.
@Svish_
@Svish_ 2 года назад
@@nethsarasandeepaelvitigala135 Never had any issues with unnecessary rerendering, and the few new hooks being released are usually about giving more control to authors making special libraries, so no issues there either. Performance and bundling size doesn't really matter to me as long as they're not too far off, which they aren't. DX is much more important, and writing React code feels so much cleaner and nicer than the Vue and Angular directives and custom attribute stuff. If you enjoy it, that's good for you though, so keep doing that. 👍
@icecruiserr
@icecruiserr 3 года назад
Great video! I personally still think React's JS/JSX everywhere comes off cleaner
@s1nistr433
@s1nistr433 Год назад
The problem with Vue is its ecosystem. There are far less 3rd party libraries for it. You can't make mobile apps unless you use Ionic (Electron for phones), and there's no viable alternative to MUI or React Native Paper.
@zeeshanshafqat2661
@zeeshanshafqat2661 3 года назад
The title should be "Vue explained to React Developers in 6 mins 32 seconds". Because that's the run time.
@CodingWithJustin
@CodingWithJustin 3 года назад
But that entire time was not used to just explain Vue.
@dcxng6913
@dcxng6913 2 года назад
For me Vue looks like React with classes and i´m happy that this time is over. Can you write Vue more in a style like react with functions ?
@jpffinc
@jpffinc Год назад
What are you saying? Are you even try Vue?
@DCX-NG
@DCX-NG Год назад
@@jpffinc at that time I have worked with vue2. Vue3 is similar to react with functions but still different.
Далее
The Difference Between Vue and React
10:27
Просмотров 37 тыс.
What Vue.js Does Better Than React
24:29
Просмотров 38 тыс.
Every React Concept Explained in 12 Minutes
11:53
Просмотров 662 тыс.
10 React Antipatterns to Avoid - Code This, Not That!
8:55
React explained for Vue developers in 7 mins
7:48
Просмотров 15 тыс.
Trying Vue.js for the First Time
11:59
Просмотров 312 тыс.
Vapor: The Future Of Vue
21:27
Просмотров 120 тыс.
Why I'm Switching from Vue to React
10:45
Просмотров 66 тыс.
Vue.js: The Documentary
34:45
Просмотров 1,5 млн