Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buntec/scala-js-snabbdom
A Scala.js port of the Snabbdom virtual DOM library
https://github.com/buntec/scala-js-snabbdom
scala scala-js virtual-dom
Last synced: about 2 months ago
JSON representation
A Scala.js port of the Snabbdom virtual DOM library
- Host: GitHub
- URL: https://github.com/buntec/scala-js-snabbdom
- Owner: buntec
- License: apache-2.0
- Created: 2022-04-23T15:42:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T18:47:01.000Z (5 months ago)
- Last Synced: 2024-10-30T06:12:47.736Z (about 2 months ago)
- Topics: scala, scala-js, virtual-dom
- Language: Scala
- Homepage:
- Size: 394 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-js-snabbdom
![Maven Central](https://img.shields.io/maven-central/v/io.github.buntec/scala-js-snabbdom_sjs1_2.13)
This project started as a Scala.js clone of [Snabbdom](https://github.com/snabbdom/snabbdom)
(roughly equivalent to version 3.4.0). Version 0.1.x stays close to the original,
while 0.2.x departs from it in several ways, notably by making many things immutable.
We are happy to fix bugs in the 0.1.x line within reason.Artifacts are published to Maven Central for Scala 2.13 and Scala 3.
```scala
libraryDependencies += "io.github.buntec" %%% "scala-js-snabbdom" % "x.y.z"
```See the test suites for usage examples.
## Projects using scala-js-snabbdom
- [tyrian](https://github.com/PurpleKingdomGames/tyrian)
- [ff4s](https://github.com/buntec/ff4s)
- Your library here...## Contributing
Don't hesitate to open issues or pull requests!