Y
Hacker News
new
|
ask
|
show
|
jobs
by
mplewis
972 days ago
After using TypeScript, I’m never going back to vanilla JavaScript if I can help it.
2 comments
firejake308
972 days ago
Yeah, even for my simplest projects, like single-file scripts directly modifying HTML, I'll use `tsc` to compile .ts into .js, just so that I can get better IntelliSense while I'm working
link
lovetocode
972 days ago
That’s great to hear! Did you find it hard to learn?
link