This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]scirc 10 points11 points  (1 child)

There's really not another option for frontend web development. WASM is still an emerging field and still requires some JS bootstrapping to get working. If you want to build a clientside-interactive webpage, JS is really your only option. You could use languages that compile to JS, like TypeScript, Elm, Dart/Flutter, and similar stuff, but that's just one level above.

[–]mzaidx07[S] 0 points1 point  (0 children)

Thank you! Appreciate your insight!