I have released KVision 0.0.37 - <https://github.c...
# feed
r
I have released KVision 0.0.37 - https://github.com/rjaros/kvision/releases/tag/0.0.37 - with new module for Apache Cordova integration and many other important changes. Any feedback is appreciated.
👍 1
g
Hi, Nice work. I was looking at your code for Redux. I don’t see the interest of using a wrapper around the real redux implementation. I feel we have much more benefits using pure Kotlin code. I did a small demo project using an internal implementation of redux: https://github.com/gzoritchak/todokotlin
r
https://github.com/rjaros/kvision/issues/58#issuecomment-504362172 - here you will find some reasons, why I use the original Redux. But of course pure Kotlin solution has its benefits, too.
👍 1
g
Thanks a lot for the link, I’m going to dig a little deeper.
a
I am currently desperately searching for some kind of TreeTable or at least Tree with benefits compatible with Kotlin-js (tried react, but there are too many problems with it). Do you have or plan to have something like that?
r
Tabulator component is already available in KVision, but just its "data tree" module is not yet supported (I had to drop some features of Tabulator for the initial release). It should not be a problem to add support for data tree in the next release - you can fill an issue with a feature request. Of course if this is what you are searching for: http://tabulator.info/docs/4.2/tree
a
@Robert Jaros Yeah, looks exactly what I need.