FYI: Some changes in KVDOM versioning. - To better...
# webassembly
b
FYI: Some changes in KVDOM versioning. • To better indicate that the project is at the experimental stage, version was changed
1.0.1 -> 0.0.1
. • README updated with some light on how to set it up. • Baseline DOM window api hooks added for easier setup Other than that,
v0.0.1 == v1.0.1
. Also note that
v1.0.0
and
v1.0.1
were removed from bintray. https://gitlab.com/lt.petuska/kvdom/-/releases
👍 3
🤘 1
b
Do you have a published example?
Do you benchmark it somehow?
b
@bashor, No to both your questions. At the moment I'm focusing on getting stable MVP which I could them benchmark and use for an example. However there's a minimalistic
kvdom-sample
project showcasing the basic features.
The initial Idea of this is to bring view layer of the app to kotlin-wasm and allow for performance gain from the rest of the layers.
In the future, however I suspect it's quite feasable to get much better performance of vdom diffing on wasm over js
e
@Big Chungus Wouldn’t this project be better accessible to the community when hosted on Github?
b
Don't think so as in the end most ppl will just consume it from bintray
e
True, but for community contributions
b
Well, since you can sign in to gitlab with your github account via SSO, i don't think repo provider is an issue. Also I love GitLab all-in-one package way more than github's plugins
e
@Big Chungus Great update 0.2/0.3 👍
b
😄 Still trying to nail down jcenter links... They don;t like MPP library structure very much
BTW, diffing currently is not fnctioning properly and re-rendering everything even with no user interactions. Still working on fixing that up.
👌 1