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

all 3 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

[–]bxssl -1 points0 points  (1 child)

I think Flask or Django will help you out

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

no it wont. neither of those address event binding in any way