DEV Community

Discussion on: What's something you're currently learning?

Collapse
 
sanchezdav profile image
David Sanchez

Yes for me is more intuitive, the first thing I love is that every component is separated by template, script and styles actually you can scope the styles just adding the word scoped, Vue Router is another thing I like it, is simpler and has some helpers, for example, it has a helper for the active links, Vuex is the library to manage the state is really cool. You need to take into account that Vue is currently in version 2 and version 3 is in beta but there are a lot of big changes, the most interesting is the Composition Api you can manage the state without Vuex and more cool things!