Writing vue with jsx combined with tpyescript

vue is written in TypeScript and implemented in jsx syntax, so it is a tsx template. Has anyone used it?

vtsx Please click on the github link to learn more.

but because jsx does not support almost all of vue"s built-in instructions, so would like to discuss how to implement VMuIf, and some methods of react can"t do it either

Mar.11,2021

I've only used jsx development, but I haven't tried ts yet.

render() {
    return <div>
        { if (true) {
           return <div>true</div>
          }
        }
    </div>
}

strong type, do superset to ECMAScript, personal feeling is the future big trend.

Menu