▲ | epolanski 3 days ago | ||||||||||||||||||||||||||||||||||||||||||||||||||||
> 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. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | silverwind 2 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
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. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | IshKebab 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Only since Vue 3 though, and the types are still not as good as React. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|