Libraries
Great libraries make programming so much easier. With Scala.js you can use both Scala and JavaScript libraries in your code easily.
- JavaScript facades, letting you interact with JavaScript libraries in a safe, strongly-typed manner
- Scala libraries, traditionally running on the JVM, now running on JS instead!
- Testing Frameworks, to make sure your code starts correct and stays correct
- Project Skeletons, to get started quickly.