Live data from Hacker News

Viewing profile — aredherring

aredherring

HN member
Joined
Tue, Aug 02, 2016, 2:12 PM UTC
HN karma
3
Public activity
3 items

About aredherring

No profile information was provided.

Recent public activity

  1. comment
    Comment #12495262

    I feel for you. You're being exposed to a framework that is a mess in one of the [most hated languages of 2016][0] [0]: https://stackoverflow.com/research/developer-survey-2016

  2. comment
    Comment #12495202

    Transpiling usually concerns syntax. Babel won't transpile .endsWith to a polyfill for you, hence the existence of that package

  3. comment
    Comment #12210059

    That's not a production build. Minify it, run dead code elimination. Exactly as you would with any other language with a compiler. Also, worth noting that the tutorial being broken…