Hacker News new | ask | show | jobs
by SJC_Hacker 414 days ago
You haven’t had to deal directly with JS on front end since Dart released over 10 years ago
3 comments

No, you still need to deal directly with JS even with a transpiler like Dart or whatever other language you want to use. When things go wrong, and they will, you'll need to deal with the JS errors. When you're trying to debug or even call out to JS APIs, you better be intimately familiar with how your transpiler interops with JS, otherwise you're kinda screwed.
Dart hasn’t been much better in my experience, but you have reminded me to revisit Kotlin/JS!
I tried getting json deserialization into my app and ended up with a 2MB runtime, so it’s not going great.
Does anyone use Dart without Flutter? I've never seen it used separately.
Yeah sorry I meant Flutter ... 99% of people use Dart with Flutter, they are basically synonymous