DEV Community

Discussion on: VueJS is dead, long live VueJS!

Collapse
 
avieru profile image
av

Couldn't agree more. That's what separated Vue from others, a good common sense one way of building components, where you could hop from one code base to another an find the same approach because the framework had an opinion and consistency.

Now, the setup method will turn common way of doing things to be much like React, where each code base is different and largely a mess. Unfortunately components along don't solve having messy code bases.

Collapse
 
rhymes profile image
rhymes

I forgot about this aspect, I really liked the idea that most Vue apps were structured the same way! Maybe there was a compromise to be found between the current version and the needs explored by the new one. I don't know, it's too easy to comment from afar

Thread Thread
 
vonheikemen profile image
Heiker

If i had to guess i would say that is because 90% of tutorials begins with "let's install the vue cli and create a project."

One thing Vue got right was give the users freedom to do whatever they want but still provide a recommended way of doing things.

Is like a jedi mind trick, imagine Evan telling you "listen, i won't tell you how to live your life but if you do this thing and use those other things you will find money and happiness."