Viewing profile — KasMA1990
KasMA1990
HN member- Joined
- Mon, Apr 19, 2021, 11:04 AM UTC
- HN karma
- 31
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About KasMA1990
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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" …
- story
- comment