Binding.scala vs Haoyi Scala.Rx + ScalaTags

How does Binding.scala compare with the concept described here ?

In addition to design descriptions, you can compare their implementation of TodoMVC:

Edit: So far, I have compared them to scalajs-react . I think the reaction has better performance, since, for example, for lists, it only updates the changed list items in the DOM, not the entire list.

+6
source share

Source: https://habr.com/ru/post/1016396/


All Articles