shadowwalker / next-pwa

Zero config PWA plugin for Next.js, with workbox 🧰
MIT License
3.89k stars 325 forks source link

Fixed a mistake in docs #245

Closed max-programming closed 3 years ago

max-programming commented 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.

For JavaScript it's fine