Chris Sanders
Jul 27, 2017 · 1 min read

I tend to agree. Vue is an easier onboarding to other frameworks. I don’t like the templates but I realize you don’t have to use them in Vue. I also don’t like the way Vue makes the code look. It looks like backbone code which is often hard to read and reason about. I feel like templating engines are absolutely the wrong choice if you are working on a large project with the exception of a couple of use cases but then you could just use Javascript template strings and dom manipulation for those cases and not need a whole templating engine.

    Chris Sanders

    Written by

    Front-End Engineer