Live data from Hacker News

Show HN: Hacn – a React “monad” implemented using F#/Fable

github.com

1–4 of 4 posts

Re: Show HN: Hacn – a React “monad” implemented using F#/Fable

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

Re: Show HN: Hacn – a React “monad” implemented using F#/Fable

#4
post #3

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.