6 ms·
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/ https://www.scala-js.o
by srparish 10y 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/ https://www.scala-js.org/
2| http://typelevel.org/cats/ http://typelevel.org/cats/
3| http://scalaz.github.io/scalaz/ http://scalaz.github.io/scalaz/
- sjrd 10y agoYou 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 https://github.com/ochrons/diode
- kod 10y agoTake two average JS programmers. Hand one of them the Elm docs, the other the Diode docs. What do you expect will happen?
- magic_quotes 10y agoBoth will continue using typescript/redux/react combo. Scala.js mostly makes sense if you are already familiar with scala, that's hardly surprising.