logoalt Hacker News

epolanskilast Tuesday at 10:28 AM2 repliesview on HN

> I guess this is targeting the vuejs crowd

Vue is written in TS and has first-class support for it, even at the template layer.


Replies

silverwindlast Wednesday at 4:26 PM

Vue with SFCs is not actually typescript because typescript can not parse the SFC syntax, you need a forked typescript called `vue-tsc` for that.

Shows what a hack vue really is.

IshKebablast Tuesday at 12:09 PM

Only since Vue 3 though, and the types are still not as good as React.

show 1 reply