Are there any documented performance benefits of u...
# javascript
i
Are there any documented performance benefits of using Kotlin js compared to just JS? I guess there isn't much performance improvement, if any, since the javascript engines are doing most of the performance optimizations anyway?
b
ice32: No, we don’t have any docs about it. Of course, You can get the same performance in JS since it’s compiled to JS. But for that you must write your JS as if it’s statically typed and avoid some pitfalls.