scalajs-io / dom-html

DOM/HTML5 bindings for ScalaJs.io
Apache License 2.0
2 stars 0 forks source link

Difference to scala-js-dom? #1

Open cornerman opened 6 years ago

cornerman commented 6 years ago

Just stumpled upon this project which looks really similar to what scala-js-dom does. Does it offer the same features or is there some difference between the two?

ldaniels528 commented 6 years ago

The two projects look to be quite similar; however, dom-html is just one component of a much larger eco-system of Scala.js bindings/facades (including Node.js, Angular.js, JQuery and many others). The dom-html project is leveraged by the browser-related components.

cornerman commented 6 years ago

Interesting. But dom-html is also written for the browser dom, right? So, there is something scala-js-dom cannot offer?

ldaniels528 commented 6 years ago

@cornerman I would say it comes down to preference. If you like scala-js-dom, you should continue use it.