Anybody had a look to https://svelte.dev? I like it, and I am wondering how such approach could be implemented in Kotlin. Compiler plugin?
👌 1
g
gildor
06/22/2019, 7:23 AM
It's look quite similar for me to #compose
👍 4
s
snrostov
06/22/2019, 10:45 AM
Angular 2 with AOT works the same way
j
jw
06/22/2019, 4:45 PM
Svelte is great and compose should be able to accomplish the same thing. It has to support compose-ui and legacy widgets which should mean you can put your own UI backend in using the dom.