Closed max-programming closed 3 years ago
In React and TypeScript, .ts files are not valid components. The only way pages and components in React and Next.js with TypeScript are created is by using .tsx extension.
.ts
.tsx
For JavaScript it's fine
In React and TypeScript,
.ts
files are not valid components. The only way pages and components in React and Next.js with TypeScript are created is by using.tsx
extension.For JavaScript it's fine