DEV Community

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

Collapse
 
sanchezdav profile image
David Sanchez

Currently, I'm learning Vu, like you I come from React (I'm no expert, I'm a rubyist/backend actually) but Vue is really awesome, I like it so much and I think I'm going to use it in all my side projects!

Collapse
 
arikaturika profile image
Arika O

Nice. Do you find it more intuitive than React? I'm probably comparing apples to oranges tho'.

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!

Collapse
 
mrkrash profile image
Mario Ravalli

Me too. After I've developed with React Native, I've decided to replace lot of jQuery code of my web application with Vue!!