haskell-servant / servant-elm

Automatically derive Elm functions to query servant webservices
BSD 3-Clause "New" or "Revised" License
164 stars 48 forks source link

Use elm-bridge instead of elm-export? #39

Closed tmbull closed 5 years ago

tmbull commented 6 years ago

Have you considered using elm-bridge instead of elm-export? Elm-bridge has a couple of compelling features:

elm-bridge is also being actively maintained. I have looked into this a little bit, and it seems like it would require a fair amount of modification to the Generate module, but that's about it.