Chapter 1: From Vue Template to TSX Why TSX? Vue's <template> is compiled into render functions at build time. TSX (or JSX) lets you write those render functions directly — skipping the compilation ...