Vue vs React ⚔️ #javascript #webdevelopment #javascriptwizz #programming #softwareengineer #vscode

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

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

I'm learning Vue now but I'll learn React in the future probably

lawfultune
Автор

You should actually show 2 more examples:
* 2-way binding
* if-else-ladder template example

xtraszone
Автор

I'm learning React but I prefer vue here, simple and easier to understand

Monkers
Автор

I would prefer react because of components and powerful tools

vedanshverma
Автор

I know people say React because of popularity and jobs. But I recommend doing research in your area and commuting distance. Plenty of jobs in my area use Vue. Made me very happy. I can’t knock React as it’s powerful, but my preference is Vue.

_TJProductions
Автор

Vue no jobs in European countries, usa mostly jobs in Korea and China

Herxh
Автор

I don't get what's the difference between:
const count = ref(0)
AND
let count = 0

It's counterintuitive to modify a constant.

kidnamedfinger.productions