While an improvement to js is _always_ welcome. I am worried about the "debuggability". How do you plan on generating the js efficiently?
I HATE most js frameworks for this reason. Understanding/Tweaking websites is something I do extensively, and obfuscated minified recursive js makes this REALLY hard.
Dart is nice because you can do your dev work in the IDE where you get a great debugger.
I don't like how low level Lit components are, but one thing I do appreciate about them is how little there is getting in the way of using a debugger, which is probably my biggest complaint with reactive frameworks.
I HATE most js frameworks for this reason. Understanding/Tweaking websites is something I do extensively, and obfuscated minified recursive js makes this REALLY hard.