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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c039-2c2d1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c039-2c2d1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?