Javascript has its warts and quirks, but it’s fine. I hated it until Typescript came along. That way you can at least get some sanity checks and keep the language generally in the rails of normalcy.
Like it or not, the browser basically only knows how to run javascript, and using another language to compile wasm is almost certainly going to be more headache than whatever gain you might get.
However, what you seem to dislike is the UX of modern web apps which is barely related to any of that.
Javascript has its warts and quirks, but it’s fine. I hated it until Typescript came along. That way you can at least get some sanity checks and keep the language generally in the rails of normalcy.
Like it or not, the browser basically only knows how to run javascript, and using another language to compile wasm is almost certainly going to be more headache than whatever gain you might get.
However, what you seem to dislike is the UX of modern web apps which is barely related to any of that.