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

nimtiazm

04/11/2017, 5:40 AM
@nfrankel there’s a way to convert typescript headers to kt defs
g

gildor

04/11/2017, 5:54 AM
a

apomelov

04/11/2017, 6:05 AM
@gildor It's not full-featured yet. Works with simple case, but you can't deal with react.js for example.
g

gildor

04/11/2017, 6:14 AM
@apomelov Yeah, I know, but it’s the only tool that can convert typescript defs for kotlin. Anyway it’s better to fix something, then write everything from scratch manually,
n

nfrankel

04/11/2017, 7:17 AM
@gildor thanks for the tip i didn’t know about it
g

gildor

04/11/2017, 7:22 AM
n

nfrankel

04/11/2017, 7:24 AM
Seems i missed that...
a

apomelov

04/11/2017, 7:49 AM
@nfrankel , @gildor , I’m waiting for a tutorial (https://youtrack.jetbrains.com/issue/KT-16733) that will show the entire integration process...
g

gildor

04/11/2017, 7:50 AM
@apomelov Yeah, it would be nice
n

nfrankel

04/11/2017, 7:52 AM
@apomelov why don’t you write it yourself?
a

apomelov

04/11/2017, 8:00 AM
@nfrankel because I’m not sure how to do it well. I wanted some official recommendations 😃 And when I wanted to switch my client module from ES6 and JSX to kotlin and html builder I failed to convert react TS defs and failed to find html builder in maven central. As I understand everything is under development now, so some official document cat show the overall status
n

nfrankel

04/11/2017, 8:00 AM
from my side, i had no idea how to do it before i did i fumbled, failed, etc. power to the community: don’t wait, do
a

apomelov

04/11/2017, 8:03 AM
Yeah, you’re right. I’m just starting frontend learning and asked sometime ago if there such tutorial. I was told, that not yet but is going to be soon. So I created the task as a checklist. If “soon” is not soon enough I’ll try something myself.
👍 2
3 Views