Joonas Coatanea
Joonas Coatanea
Looks good to me. Adding a subchapter about using Snabbdom life cycle hooks in inheritance based components would be good, but otherwise that pretty much covers everything.
@rjaros Quick question, when an inheritance based component gets re-rendered by way of the `refreshOnUpdate` method, will the whole component class be re-instantiated or will certain overridden methods get called?
Actually never mind, I figured it out.
Is there a reason to keep this open still?
You might want to take a look at [https://github.com/data2viz/data2viz](https://github.com/data2viz/data2viz), it's essentially a port of [d3.js](https://d3js.org/) to Kotlin.
The thing with d3/data2viz is that it doesn't give you a ready-made method to draw a graph/chart, but instead it gives you basic tools that you can use to create...
I have an application in which users can create projects, each project has a graph that is associated to it. The application also has/will have the functionality to copy/clone projects.
Any ETA on when this will be ready? I'm starting to really need this feature...
Is this planned to be implemented? @LouisCAD
@arnaudgiuliani I would appreciate a solution for this, as I am currently unable to use SSE (server sent events) in my application due to it only being supported in Ktor...