No… I tried and I got the templating and some comp...
# javascript
d
No… I tried and I got the templating and some component definitions to work, but the name mangling of the compiler and the lack of decorators (or annotations to help) make me stop trying. We can resolve the first problem with the
@JsName
but the observables of aurelia can’t enhance all objects generated by the kotlin compiler and consequently, applying the decorators by hand proved to be a hard work. So right now, I really recommend React or CycleJS.