Viewing profile — ovyerus
ovyerus
HN member- Joined
- Sat, Feb 22, 2020, 4:23 AM UTC
- HN karma
- 5
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About ovyerus
No profile information was provided.
Recent public activity
-
comment
Comment #40557784
JS is really good at FP, but it doesn't have any real concept of function purity and isolating side effects. Rust has constant functions, for one: https://doc.rust-lang.org/referen…
-
comment
Comment #31026706
No it's just bad code/devops
-
comment
Comment #22389417
class is a perfectly valid property in jsx, as it just gets mapped to `{"class": ...}`, however react adopts to use className instead because of the dom api `el.className = ...`, b…