Live data from Hacker News

Viewing profile — ovyerus

ovyerus

HN member
Joined
Sat, Feb 22, 2020, 4:23 AM UTC
HN karma
5
Public activity
3 items

About ovyerus

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #31026706

    No it's just bad code/devops

  3. 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…