|
|
|
|
|
by kennysmoothx
3225 days ago
|
|
I used React for a few years and it was great and powerful, there were many things however that I disliked.. Particularly I was not a fan of JSX. I liked React but I did not feel comfortable using it. When I first saw VueJS I had a hard time understanding how it would be any better than React, that is until I saw single file components. https://vuejs.org/images/vue-component.png I fell in love with the eloquence of being able to separate my HTML, JS, Styles for a single component.. it seemed /right/ to me.. In any case, I've been using VueJS ever since for my new projects moving forward and I'm very happy with it. It has everything I would ever need from React but in what I feel is a more polished and thought-out way. Just my two cents :) |
|
It's worth noting that Vue also supports render functions with JSX (https://vuejs.org/v2/guide/render-function.html).