https://kotlinlang.org logo
#feed
Title
# feed
r

Robert Jaros

06/24/2019, 8:25 PM
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

gaetan

06/24/2019, 9:01 PM
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

Robert Jaros

06/24/2019, 9:22 PM
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

gaetan

06/24/2019, 9:25 PM
Thanks a lot for the link, I’m going to dig a little deeper.
a

altavir

06/25/2019, 5:27 PM
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

Robert Jaros

06/25/2019, 6:09 PM
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

altavir

06/25/2019, 6:40 PM
@Robert Jaros Yeah, looks exactly what I need.
2 Views