Yes: for a small web app solution, using only scala libs (scalatags,autowire,scalarx)..98kb gzip and bootstrap css: https://www.stofftante.ch. Had only two js debug sessions until now :-) cause auf type safety :-)
Scala.js – Does anyone use it production or plan to use it production ?
21–25 of 25 posts
Re: Scala.js – Does anyone use it production or plan to use it production ?
#22Yes: for a small web app solution, using only scala libs (scalatags,autowire,scalarx)..98kb gzip and bootstrap css: https://www.stofftante.ch. Had only two js debug sessions until now :-) cause auf type safety :-)
Re: Scala.js – Does anyone use it production or plan to use it production ?
#23[deleted]
Re: Scala.js – Does anyone use it production or plan to use it production ?
#24Yup. Using in production for a rather large monitoring UI via the awesome https://github.com/japgolly/scalajs-react project. Nothing but good things to say about it.
Re: Scala.js – Does anyone use it production or plan to use it production ?
#25We also plan to use Scala.js in our next brand-new UI of ChatWork (https://www.chatwork.com).
Please be noted that we won't use scala-react because Scala.js can communicate with React by postMessage.
disclosure: I work for chatwork as chief front-end engineer.