Live data from Hacker News

Viewing profile — ipntu

ipntu

HN member
Joined
Fri, Jun 29, 2018, 5:04 PM UTC
HN karma
10
Public activity
5 items

About ipntu

No profile information was provided.

Recent public activity

  1. comment
    Comment #17471056

    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) …

  2. comment
    Comment #17469873

    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…

  3. comment
    Comment #17469863

    > 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 hie…

  4. comment
    Comment #17469800

    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 easi…

  5. comment
    Comment #17469783

    > 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…