Chapter 8. Responsive user interfaces
This chapter covers
- Setting up a Play project to work with Scala.js
- Integrating the AngularJS framework with Scala.js
- Writing your own integration of JavaScript libraries with Scala.js
- Best practices for building responsive user interfaces
To monitor the Twitter SMS service from chapter 7, we now need an administrative dashboard that will allow us to visualize a few key performance indicators of the service.
To increase our developer happiness, we’ll employ Scala.js (http://scala-js.org), which will allow us to work in a type-safe fashion. Scala.js allows us to write Scala code that compiles down to JavaScript and to leverage existing JavaScript libraries. We’ll also use the AngularJS framework ( ...
Get Reactive Web Applications now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.