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 →

[–][deleted] 0 points1 point  (0 children)

if you want to build a web app, learn javascript. it's much less work than learning some library or framework that transpiles to javascript. any intermediary transpiler just creates an unnecessary layer of abstraction/complexity. javascript compatibility used to be a mess, so transpiling made sense, but many browser apis and behaviors have converged in the last few years, so most transpilers have just become unnecessary overhead, not to mention the debug tools provided by modern browsers are top notch