Please log in to watch this conference skillscast.
Scala.js compiles full-fledged Scala code down to JavaScript, which can be integrated in your Web application. It provides very good interoperability with JavaScript code, both from Scala.js to JavaScript and vice versa. E.g., use jQuery and HTML5 from your Scala.js code, either in a typed or untyped way. Or create Scala.js objects and call their methods from JavaScript.
Other outstanding features include generation of Source Maps 2 for a smooth debugging experience, and integration with the Google Closure Compiler 3 for producing minimal code for production.
YOU MAY ALSO LIKE:
- Getting Started with Scala.js, Laminar and Vite (SkillsCast recorded in October 2022)
- Scala Days 2023 (Online Conference on 1st - 30th December 2023)
- Taming the Context Beast (SkillsCast recorded in October 2022)
- The Middle Way for Static Typing in Spark DataFrames (SkillsCast recorded in October 2022)
Scala.js: write in Scala for the browser
Sébastien Doeraene
Scala Center, EPFL