Has there been any mention of when the official do...
# react
a
Has there been any mention of when the official documentation/tutorials will be updated to reflect the new DSL? I'm thankful for the example project posted in the thread above, but I've been otherwise blindly trying to get the new DSL to work, to little success.
t
Right now main goal - regularly updated examples.
but I’ve been otherwise blindly trying to get the new DSL to work, to little success.
Could you highlight main migration problems? cc @Sergei Grishchenko @aerialist
a
That's great to hear! 🙂 I'm not migrating anything specific, I was just trying out the latest version to see where things were at. I last looked at Kotlin React about a year ago. As far as what tripped me up: `RComponent`/`Component` changed significantly, specifically the signature for
render()
. So right there I stumbled trying to sort out how to even begin a simple application. The way I had set things up, I couldn't even pass a prop without an error. While I do Java/Kotlin dev for a living, React and Kotlin JS are things I look at rarely and from afar, so I'm coming at this without much to guide me - which is why I was curious about the documentation/examples.