Live data from Hacker News

Viewing profile — hansede

hansede

HN member
Joined
Sun, Mar 12, 2017, 4:03 AM UTC
HN karma
30
Public activity
5 items

About hansede

No profile information was provided.

Recent public activity

  1. comment
    Comment #15056333

    Eloquently put.

  2. comment
    Comment #15054310

    Vue allows you to use Pug syntax in your templates, so this can be even simpler: button(:disabled='isButtonDisabled') Button div(:id='`list-${id}`") form(@submit.prevent='onSubmit'…

  3. comment
    Comment #14287413

    This guide gives an excellent comparison of Vue to other frameworks: https://vuejs.org/v2/guide/comparison.html I would add the following points from my experience with Vue: Vue is…

  4. comment
    Comment #14286647

    The purpose of this is not to demonstrate a new design for the site, the purpose is to demo a well written server side rendered + client side hydrated Vue app, and especially how f…

  5. comment
    Comment #13848873

    imho, try Vue