scalajs-spa-tutorial
scalajs-spa-tutorial copied to clipboard
Tutorial for creating a simple Single Page Application in ScalaJS
I really would like to learn from the repo, but how can I when the first instruction in the tutorial doesnt even work... ``` /home/kalin/.jdks/openjdk-15.0.1/bin/java -Djline.terminal=jline.UnsupportedTerminal -Dsbt.log.noformat=true -Dfile.encoding=UTF-8 -Didea.managed=true -Dfile.encoding=UTF-8...
This tutorial is one of the few and better resources to pick up some scalajs. The modal, however, doesn't work when upgrading to scalajs-react 1.4. Perhaps the whole project can...
-- sbt 1.2.8 -- sbt-scalajs 0.6.28 -- play 2.7.3 -- scala 2.12.8 -- scalajsDom 0.9.7 -- scalajsReact 1.4.2 -- react 16.8.6 -- jquery 3.4.1 -- bootstrap 4.3.1 - updated english...
this tutorial is awesome, thanks! I'm new to Play and some of the libraries here so some of this is dumb pattern-matching (`InjectedController`) that may not be the right way...
The Korean translation of the documentation seems to require a lot of fixing overall, from simple typos and grammatical mistakes to ambiguous and sometimes downright wrong wording. - [ ]...
- Korean translation completely rewritten (#74) - Made a small change on `the-client.md` to reflect change from the code
Hi, I am new to ScalaJS React, Diode, etc. and trying out this project, and am building a search dialog that I want to contain a table of results. All...
I did as a documentation said and installed the latest jsdom npm package(v11.0.0) but I've got an error when running the tests: `TypeError: jsdom.createVirtualConsole is not a function`. I had...
Is it possible to include static assets (namely images), served from Play and referenced from Scala.js code? Tricky because—when, for example, using [sbt-digest](https://github.com/sbt/sbt-digest) to fingerprint assets—the final asset name isn't...
scalajs-react [1.0.0](https://github.com/japgolly/scalajs-react/blob/master/doc/changelog/1.0.0.md) is just around the corner. Are there any plans to upgrade this tutorial to such release?