I've worked professionally in both Vue 2 and React. Even with class components and prop decorators you still have the annoying Vue template DSL where you don't get any TS support.
In comparison JSX will be checked by typescript, so in that regard JSX (and therefore React) is superior.
In comparison JSX will be checked by typescript, so in that regard JSX (and therefore React) is superior.