top | item 12907221

(no title)

srparish | 9 years ago

Language wise scala.js[1] with cats[2] or scalaz[3]. The FRP story there is unfortunately more complicated.

1| https://www.scala-js.org/ 2| http://typelevel.org/cats/ 3| http://scalaz.github.io/scalaz/

discuss

order

sjrd|9 years ago

You can go with the Diode [1] library for an Elm/Redux-like architecture. And with that you don't need to all the way down to cats or scalaz (although you sure always can if you want to).

[1] https://github.com/ochrons/diode

kod|9 years ago

Take two average JS programmers. Hand one of them the Elm docs, the other the Diode docs. What do you expect will happen?