Viewing profile — azerothian
azerothian
HN member- Joined
- Sun, May 17, 2015, 2:21 AM UTC
- HN karma
- 16
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About azerothian
No profile information was provided.
Recent public activity
-
comment
Comment #16983129
sounds like you have your project configured wrong, transpiling should impact compilation not the loading aspect of your application
-
comment
Comment #16893798
or async get() { const response = await fetch(`${baseAPI}/heroes`); return response.json(); }
-
comment
Comment #9994138
I cant tell if this is serious or sarcastic...
- comment
-
comment
Comment #9558429
if you want the best of both worlds, i use cjsx ( https://github.com/jsdf/coffee-react ) for my react components e.g. https://github.com/Azerothian/reacta-test/blob/master/react/..…