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
.ts
.tsx
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.