Viewing profile — undo76
undo76
HN member- Joined
- Wed, Jan 27, 2016, 1:31 PM UTC
- HN karma
- 47
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About undo76
No profile information was provided.
Recent public activity
-
comment
Comment #20352481
Reality is stubborn, isn't it?
-
comment
Comment #10987420
I agree that maybe "trolling" is not the most accurate description. The author seems to be a competent coder, so I am assuming that he knows that such a solution for view component…
-
comment
Comment #10987267
Stupid me. I missread the code and did a proof of concept in jsbin just adding " alert('XSS'); " as a hobby. Now I realise that I added it in the HTML view so I was just closing th…
-
comment
Comment #10980509
Well, technically you don't need to know JSX, but it pays off to know it IMHO. Moreover, the DOM API is much more complicated than React API and the latest doesn't depend on the pa…
-
comment
Comment #10980354
It is a misconception that you need a lot of configuration to start with React. The minimum setup requires just to import the React libs in your webpage and to transpile your code …
-
comment
Comment #10979902
Am I the only one that thinks that the author is trolling? I mean, the final code has obvious flaws: a) Difficult to read and mantain. (Compare with the version below). b) Ineffici…