Viewing profile — hansede
hansede
HN member- Joined
- Sun, Mar 12, 2017, 4:03 AM UTC
- HN karma
- 30
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About hansede
No profile information was provided.
Recent public activity
-
comment
Comment #15056333
Eloquently put.
-
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'…
-
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…
-
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…
-
comment
Comment #13848873
imho, try Vue