Elm is a dead end for us because of removal of native modules in 0.19 and other problems. So I'm looking at moving to Rescript (aka ReasonML, Bucklescript, OCaml). This could be done using philip2 and bucklescript-tea.
A rewrite would also involve rewriting elm-fluent to target compiling to Rescript/OCaml instead.
We should also look at other options that use the Elm architecture (e.g. Fable with Elmish).
We should also consider just waiting a while, because none of these options look very well supported or super mature at the moment.
Elm is a dead end for us because of removal of native modules in 0.19 and other problems. So I'm looking at moving to Rescript (aka ReasonML, Bucklescript, OCaml). This could be done using philip2 and bucklescript-tea.
A rewrite would also involve rewriting elm-fluent to target compiling to Rescript/OCaml instead.
We should also look at other options that use the Elm architecture (e.g. Fable with Elmish).
We should also consider just waiting a while, because none of these options look very well supported or super mature at the moment.
We would also need to port https://github.com/elm-fluent/elm-fluent to output whatever language we decided to use.