Vue vs React - Code Examples

preview_player
Показать описание

# LINKS
Рекомендации по теме
Комментарии
Автор

I guess the title and description didn't put you on top of YouTube search feature, but your comparison is the best one I've watched so far. Only this one has the code. Thanks!

Huy-edre
Автор

Thanks so much! Coming from react background and on the first day of my new job need to understand vue, thanks for your video it only takes 20 mins + another 15 mins video on vuex!

ohhhkComputer
Автор

Really helpful, especially if you're considering to switch from one to another. Thanks a lot!

andresolivares
Автор

Thanks for taking the time to make this video!

rboes
Автор

This is a really great compact video to learn vue and react at the same time Thanks a lot, Loved every second.

arin_faraj
Автор

thanks for this comparison it helped me alot to make the decission to choose vue for my FE Projects ;)

michaelihde
Автор

Hey, thanks for video. I had experience with Vue and now I’m understanding React, its so easy to understand when you made so evident comparison. Thanks a lot

lennyy
Автор

I am surprised this one only has 6.8k view and only 156 likes. This is best best best comparison I have ever seen, specially if you know one and you wanna learn other, in my case I learned React recently and wanna start learning vue.js... thank you so much for this video. You gained a new subscriber 🙂

gursharnbirsingh
Автор

now this is the comparison I wanted to see.... and after watching.... I actually want to learn both :)

wolfisraging
Автор

Nice comparison! I loved it! I'll go with Vue.js - thanks!

bekliev
Автор

I really enjoyed this. You have a great way of explaining things, and a soothing voice which makes for easy listening.

Have you heard of Svelte? What do you think of it compared to React and Vue?

leonf.
Автор

Currently working on React, I was curious about Vue and after this video, it certainly looks very cool and clean... But I just don't think I like the whole directives and having like a mini-language to do things, compared to React's way of reinforcing your JS knowledge by using JS through all it's templating and such. That's just me, but certainly, I understand Vue's appeal.

electrichimp
Автор

In Vue, computed properties are cached, right? They only get computed when there is change in any data/state used to compute that property. If this is the case then using method in React won't be right, na? Maybe making a statless functional component and passing down props would be better?

hemarkable
Автор

Jsx give you the power of full javascript... We should consider react as a ui library, that's why it gives us other functionality through writing pure js... But Vue Js is a framework. And every framework is not like original programming language. It's common thing... Every Framework make it's own syntax to make things easier for developer to build Vue Js is powerfull because it has all good feature of react and angular in it.. Vue Js is the most readable and organized . It gives developer to be confident to complete a project as he likes. One problem is that, it is not well backed like react. React Although is good but the native javascript and html in its code structure look messy and difficult to read... . So decide yourself what you should choose.

abdullahalamin
Автор

Amazing video. Probably saved me hours

abkcshs
Автор

What theme are you using? Greate video!

robbyl
Автор

I prefer Vue because of the directives, before learning vue, I took a peek to react and Vue code and found react's code to be too "bloated" for my tastes, but I could somewhat understand Vue, that's why I decided on learning Vue. It's a shame most job offers require React where I live.

aleaallee
Автор

I learn a lot as beginner here. Thanks...

drlucky
Автор

Vuejs is more simple for me, react still close of native js

emmanuelagnin
Автор

Hi, how much you recommend practicing on vanilla js before jumping in to Vue js? :)

Koekaniini