Is there any downside to using .tsx instead of .ts all the times in typescript?

后端 未结 5 931
长情又很酷
长情又很酷 2020-12-22 16:54

I just start working on a React project with TypeScript and ask myself what should I do with regular class files? Should I use .ts or .tsx files an

5条回答
  •  感情败类
    2020-12-22 17:31

    I believe with the .tsx files you could use the all JSX (JavaScript XML) code. Whereas in the .ts file you can only use just typescript.

提交回复
热议问题