> 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.
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.
Only since Vue 3 though, and the types are still not as good as React.
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.