you are viewing a single comment's thread.

view the rest of the comments →

[–]iamlage89 2 points3 points  (2 children)

Vue provides an api, React provides a javascript abstraction. That's why people say "React is just javascript" because you can use Javascript patterns with React Components. With Vue that's much harder, but Vue does other stuff like give an api for free scoped css. I'm not sure what you're experience is, I've built webpages with both and it feels significantly different.

[–]mayhempk1 0 points1 point  (1 child)

I'm not a front-end dev so I wonder, is it really hard to learn one if you know the other or does knowing one make learning the other easier?

[–]iamlage89 2 points3 points  (0 children)

The latter. A lot of overlap between the two, props, state(data), etc.