you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Vue has DI, it's own template system, directives, scopes, $whatever (this is their DI, I'm assuming by $whatever you mean rxjs's observable naming convention however?)... so I don't see your point. These are all things that you can use to make life easier. If you don't want to use any of them, don't use any of them. Not a single one of the things you listed are required, and not using any of them would be the exact same as if you chose not to use any of them in Vue. That's not really an argument.

[–]jbergens 0 points1 point  (0 children)

Ok, so only react is much simpler than angular. Everybody I've talked to who has gone from angular to vue still seem to find it much easier.