DEV Community

Discussion on: Typescript: First thoughts

 
karataev profile image
Eugene Karataev

Processing media files and js files is very different for a browser in terms of performance.
Most of web frameworks are trying to reduce their bundle size with every major release. Svelte was born because of this need.
I'm just curious how many KB Kotlin adds to a js bundle, because I really don't know. This information might help me to consider Kotlin as the main language for my next project.