Viewing profile — wwewe
wwewe
HN member- Joined
- Fri, Feb 14, 2020, 12:27 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About wwewe
No profile information was provided.
Recent public activity
-
comment
Comment #23172741
I ended up just using redux with react-redux. I just wrote my own bindings (does not cover the entire api surface but the essentials): https://gist.github.com/melbourne2991/b309318…
-
comment
Comment #23172693
The approach I've been taking is to use ReasonML to model the domain of my application as well as high level components. ReasonML code remains unaware of the styling of the "lower-…