scala-js-website
scala-js-website copied to clipboard
Source for https://www.scala-js.org/
Please add support for [`mill` build tool](https://github.com/com-lihaoyi/mill). According the search -functionality, there are no hits for `mill` in the Scala.js documentation. Scala.js documentation should contain instructions how to use `mill`...
While browsing the Community page I noticed some quirks that probably need to be removeed: - OhMyCoin is inactive, just shows GoDaddy page - https://www.stofftante.ch/ is inactive - http://www.fluentcode.com/ redirects...
I've done a better job of describing it here: scala/scala-lang#1337 Scala.js website in general does have good granularity in terms of pages, but getting the link to a particular section...
Update scala.js website to account for the new Scala 3 version.
A student of mine noticed that the first npm package installed is `source-map-support `. Moved the generation of the package.json up in the tutorial.
https://github.com/sidnt/scala-js-website/blob/patch-1/community/presentations.md#scalajs-user-stories
Hi there - following https://www.scala-js.org/doc/tutorial/basic/index.html states you can use Scala 3 but then states to add `scalajs-dom` version of `1.1.0` which doesn't work for Scala 3. Changing `1.1.0` to `2.0.0`...
the link to scaladoc in https://www.scala-js.org/doc/interoperability/types.html is broken 
The documentation and tutorials needs to be reviewed to account for the new Scala 3 version.
Hello, Scalafiddle was a nice tool I personally used when introducing people to Scala in general (especially for newcomers, it is better to just open the browser and show things...