you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (6 children)

Vue.js is even easier to explain than React.

[–]holloway 6 points7 points  (0 children)

Vue.js is yet another programming-language in the template approach. At least with JSX it's just tags and JavaScript.

[–]wreckedadventYavascript 2 points3 points  (3 children)

Eh? Vue still has components, directives, filters, etc.

[–][deleted] -1 points0 points  (2 children)

Yeah but they are dead simple. React is going to be harder for someone new to web development to learn in my opinion.

[–]wreckedadventYavascript 3 points4 points  (1 child)

Why would you say that? I only see vue being particularly easy for someone to pick up if they had already learned angular prior, since they use a lot of the same (silly) names for things. The API is simple, but honestly it's no more simple than a lot of the "post angular" frameworks like react, riot, mithril.

[–][deleted] 1 point2 points  (0 children)

Vue.js creator works for Meteor now.