Robert Jaros
Robert Jaros
As far as I understand webpack integration is part of the new Kotlin/JS gradle plugin. I'm not quite sure how it relates to the Kotlin/JS compiler or to this project.
I think I'll try to play with your project, because I think it could be done with not much effort. I'll make a PR if I succeed.
I've opened a PR (#37). I've tested it successfully with my KVision framework (with a lot of npm dependencies from framework jar's). I would like to add Kotlin DCE support...
I would like to create an online playground app (kind of jsfiddle) for my framework (https://github.com/rjaros/kvision). I want to send a portion of Kotlin code from the user code editor...
I have assumed (probably too optimistic) the standard object-oriented design of the library is enough. I did not take into account that nowadays people think about libraries and components in...
I've added a new chapter to the guide. Any feedback is welcomed. https://kvision.gitbook.io/kvision-guide/2.-frontend-development-guide/custom-components
Classes are only auto re-instantiated when using reactive programming model and state binding methods. In all other cases the lifecycle methods are called (https://kvision.gitbook.io/kvision-guide/2.-frontend-development-guide/dom-bindings#lifecycle-hooks).
How do you load the data from the server? Almost all networking operations in JS are asynchronous, so there should be nothing blocking the page.
Could you please specify what is your use case for this?
Can you give some code sample of your React components in KVision?