DEV Community

Discussion on: To Do: Learn Vue

Collapse
 
tqbit profile image
tq-bit

From all four frameworks, I like Vue most.

Once you dive deeper, you might want to give Vite a shot. It's a young, but blazing fast dev environment for Vue (and React) apps.

vitejs.dev/

Looking forward to read more from you as well.

Collapse
 
oniichan profile image
yoquiale

I like Vue because of the templating and because it's code is the easier to understand when looking at it.

Collapse
 
tqbit profile image
tq-bit

Even better - once you got the hang of it, learning React also is much easier.

Thread Thread
 
oniichan profile image
yoquiale

I don't like react, it doesn't has a proper separation between html, css and js, besides the lack of custom directives and templating system

Thread Thread
 
tqbit profile image
tq-bit

I'm not fond of it either tbh, but understanding how technologies inspire one another really helps to get a better grasp on both of them. React hooks basically taught me what the heck happens inside Vue3's composition API's setup function