This is patently not so. Maybe if you are used to JSX. - three different html-like attributes : and @ are just shorthand for v-bind and v-on attributes. v-bind and v-on (and v-if) accept regular javascript, and it's not…
A shame that this answer was downvoted on a technicality. As other people mentioned, Vue indeed doesn't have two-way binding, and v-model doesn't have the pitfalls that Angular had. It is just syntax sugar. Maybe it's…
> Personally I make heavy use of higher order components, and I find I rarely exceed a component tree height of three. That's my experience as well. If you use a deep component hierarchy you have bigger problems than…
The amount of special cases in Vue templating syntax is comparable to the special cases and gotchas of JSX. It's not much, really. I personally find Vue templating syntax much easier to follow than JSX, but that's…
> In my experience, the fact that React is a simple view library makes it the perfect choice for small shops. Vue is also a simple view library. You keep bringing up Angular, as if Vue has something to do with it. Vue…
This is patently not so. Maybe if you are used to JSX. - three different html-like attributes : and @ are just shorthand for v-bind and v-on attributes. v-bind and v-on (and v-if) accept regular javascript, and it's not…
A shame that this answer was downvoted on a technicality. As other people mentioned, Vue indeed doesn't have two-way binding, and v-model doesn't have the pitfalls that Angular had. It is just syntax sugar. Maybe it's…
> Personally I make heavy use of higher order components, and I find I rarely exceed a component tree height of three. That's my experience as well. If you use a deep component hierarchy you have bigger problems than…
The amount of special cases in Vue templating syntax is comparable to the special cases and gotchas of JSX. It's not much, really. I personally find Vue templating syntax much easier to follow than JSX, but that's…
> In my experience, the fact that React is a simple view library makes it the perfect choice for small shops. Vue is also a simple view library. You keep bringing up Angular, as if Vue has something to do with it. Vue…