Just released KVDOM MVP: https://gitlab.com/lt.petuska/kvdom/-/releases
What's KVDOM you ask? It's an MPP implementation of virtual DOM available for js and wasm targets (also common module targeting them both). In addition to that, kvdom-dom module exposes some basic DOM bindings to kotlin-wasm directly and can be used as a standalone lib.
👍 2
👏 2
r
Robert Jaros
11/21/2019, 10:34 AM
Does it support any kind of hooks (internal events about node lifecycle)?
b
Big Chungus
11/21/2019, 10:38 AM
Not yet. Currently it's just an MVP build, supporting DOM Element & Text nodes, with event handles.
If you could file an issue in the repo for the bindings you'd like to see I could drop them in the next release