Live data from Hacker News

Viewing profile — KasMA1990

KasMA1990

HN member
Joined
Mon, Apr 19, 2021, 11:04 AM UTC
HN karma
31
Public activity
5 items

About KasMA1990

No profile information was provided.

Recent public activity

  1. comment
    Comment #31677628

    a) there are plenty of cases where using e.g. a builder to construct a stateless component is better than having a straight up function. b) it's easy to have a function producing H…

  2. comment
    Comment #31670298

    Yeah, if you do mapping all over like that, it can get really bad. The solution, I feel, is to avoid the mapping by pushing more things closer to that central place (as outlined in…

  3. comment
    Comment #31665327

    For this post, stateful and stateless refers to how the component looks from the point of view of Elm. It's true that the DOM is very stateful, even when we're writing "stateless" …

  4. story
  5. comment