logoalt Hacker News

SJC_Hacker05/03/20253 repliesview on HN

You haven’t had to deal directly with JS on front end since Dart released over 10 years ago


Replies

yawaramin05/09/2025

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.

freeone300005/04/2025

Dart hasn’t been much better in my experience, but you have reminded me to revisit Kotlin/JS!

show 1 reply
catgirlinspace05/04/2025

Does anyone use Dart without Flutter? I've never seen it used separately.

show 1 reply