scalajs-spa-tutorial
scalajs-spa-tutorial copied to clipboard
Tutorial for creating a simple Single Page Application in ScalaJS
- [x] README.md - [ ] SUMMARY.md - [x] getting-started.md - [x] application-structure.md - [x] the-client.md - [x] routing.md - [x] main-menu.md - [x] dashboard.md - [ ] css-in-scala.md -...
Hello, `sbt run` produces the following error here : `sbt.ResolveException: unresolved dependency: com.typesafe#jse_2.10;1.0.0: not found` In case this is a reproductible error, it can be fixed the same way as...
Hi, People from Bootstrap have moved away from Less (https://v4-alpha.getbootstrap.com/migration/#global-changes). What would you be your recommendation for as putting an import in `main.less` would not be working anymore. Thank you
@ochrons First of all, what a great tutorial. Thumbs up :+1: I think it could be interesting to explore the npm dependency problem. AFAIK the tutorial covers only the webjars...
If you add a method in the API, you'll get an error like this: Request path: spatutorial/shared/Api/getTodos Request path: spatutorial/shared/Api/getMessage Request path: spatutorial/shared/Api/motd Sending 4 Todo items [error] p.c.s.n.PlayDefaultUpstreamHandler -...
@ochrons Otto: thank you for great tutorial. I am curious: do you have plans to move/fork from play to pure akka-http?
It would be great if the tutorial could explain how to render the initial page with all its react components on the server so that the client doesn't have to.
First of all, thanks for the fantastic contribution! Anyway, I have been reading both your great doc and intro, as well as the doc here: https://japgolly.github.io/scalacss/book/quickstart/index.html However, it isn't clear...