HACKER Q&A
📣 themodelplumber
Do You Use a Transpiler?
Do You Use a Transpiler?
👤 manx
Accepted Answer ✓
Yes. I'm writing Scala in the frontend, which transpiles to javascript. And to be able to use existing Typescript libraries, I transpile Typescript type definitions to Scala type definitions. It works very well.
https://www.scala-js.org/
https://scalablytyped.org/docs/readme.html