DEV Community

Discussion on: Vue over React just for the syntaxis? :(

Collapse
 
cyberhck profile image
Nishchal Gautam

Of course, for some people it's easier to read vue files, no doubt about it. And I'm not arguing over that.

What I meant was if someone wrote a mess of a component, that's not a good reason to steer away from React, you can certainly opt for vue because you like their syntaxes.

But code quality is good in both frameworks, I wish people stop writing shitty code in the first place, people try to finish a feature fast, that's just wrong, optimize for read, maintain and modify, don't optimize for writing a feature.