Hacker News new | ask | show | jobs
Show HN: Hacn – a React “monad” implemented using F#/Fable (github.com)
21 points by pjnz 1992 days ago
2 comments

I love seeing how much you can do with monads, and React with its (semi)-functional paradigm seems like a good fit.

I wish the readme discussed the “how do i write code with this library“ part more, with a separate explaination of the technical (monadic etc) details. The line “like an implicit goto“ sounds incredibly scary - I would drop this analogy.

Thanks for the feedback! I'll try find some time to write a decent tutorial. I'll also remove the implicit goto bit, it's hard to find a good analogy for how the control flow works.
Very cool. Thanks for sharing.