Hacker News new | ask | show | jobs
by ghayes 479 days ago
Yeah, I loved Elm, but the restriction that you can't build your own "effect" modules really made it impossible to embrace. Say you want to use a new web API similar to using Elm's core `Http`, well... you can try and fork Elm...
1 comments

You can use webcomponents to work around a few of those limitations.