Hacker News new | ask | show | jobs
by RussianCow 1277 days ago
> We do this the other way around, by using Scala.js so we can use Scala on the frontend as well as the backend.

I've wondered about this approach for a while, but have yet to actually try it in any meaningful context. Do you use a framework like React via Scala.js, or are you doing something different?

1 comments

Yeah it's React and some component library etc.. Library interop is pretty good if the library has type information available, and most of them do these days.