logoalt Hacker News

joshheitzmantoday at 2:05 AM0 repliesview on HN

> Third you’re going to have to use TS for the frontend anyway. You can’t escape ts.

This is obviously wrong. Sure you have to use Javascript for the web frontend that has interactivity without round-tripping to the server. Typescript compiles to Javascript, but its hardly the only language that does.

If you're frontend is a mobile app only then you don't even have to use Javascript for it all.