Announcing LatestEvent.scala: bidirectional data-binding and routing for Scala.js

Hi, all,

Recently I released LatestEvent.scala 2.0, which is a library to track the latest events from HTML DOM objects and other event targets. It can be used with binding.scala and html.scala for bi-directional data-binding and routing.

This library was created many years ago, but I had not announced it in any forum or on social media. Recently, I added helper methods for all HTML DOM events and ported the library to Scala 3. I think it is ready to be used more widely.

See the README and Scaladoc for usage.

3 Likes