Live data from Hacker News

Viewing profile — straye

straye

HN member
Joined
Sun, Dec 11, 2016, 7:02 PM UTC
HN karma
17
Public activity
4 items

About straye

No profile information was provided.

Recent public activity

  1. comment
    Comment #13153348

    This also works: function Home(props) { return ( HELLO Duis a turpis sed lacus dapibus elementum sed eu lectus. { props.location.query.home ? ( You specified a home query: { props.…

  2. comment
    Comment #13153085

    It's strange to me to embed conditions in attributes - particularly the v-else case in a different tag. It requires several visual scans of the block of code to determine what's go…

  3. comment
    Comment #13152569

    Using combines the worst aspects of custom SGML template markup languages and the complexity of React but with additional runtime overhead.

  4. comment
    Comment #13152523

    If you prefer html templates you're going to choose a framework like Vue, Angular or Svelte. If you prefer Javascript driving the show you'll be more comfortable with something lik…