nextjs-starter
nextjs-starter copied to clipboard
migrate the starter to use typescript
Potential downsides would be a steeper learning curve for new devs, but given the trend toward Typescript, especially within hiring, it seems like it would be a good trade-off.
You can check out this template! https://github.com/vercel/nextjs-planetscale-nextauth-tailwindcss-template
@leerob awesome; I suppose I'd wonder if it would be good for the docs to recommend that starter? Right now it's recommending this starter.
That being said, I was more thinking of a simple starter, basically a duplicate of this one, using Typescript. next-auth/tremor etc. seem like more complexity for beginning devs than is necessary.