logoalt Hacker News

epolanski04/01/20252 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

silverwind04/02/2025

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.

IshKebab04/01/2025

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

show 1 reply