In theory, it would be nice to write JavaScript web apps that don't need to...


In theory, it would be nice to write JavaScript web apps that don't need to be compiled. It's possible today.

But there are multiple reasons I keep compiling:

1. I need to compile JSX
2. I want to minify my code
3. I use TypeScript
4. I use modern/experimental JS features

View original on X