Next.js 13 Statically Typed Links Tutorial | Next.js 13.2

preview_player
Показать описание


Links used in this video:

Other videos:

#nextjs #next #js #javascript #staticallytypedlinks
Рекомендации по теме
Комментарии
Автор

Very good video! I'm looking forward to seeing more videos with Next.js 13.2. Use with Prisma and MongoDB. Thank you

patite
Автор

Cool feature. I did the same as you, but I do not see any typo warning in my vscode. Next successfully generated types for my routes: type StaticRoutes =
| `/`
| `/about`
What could be wrong?

polianych
Автор

Yeah, it's like they completely missed their deadline to have all these new features ready for production when announcing v13 at the big NEXT conf a few months ago and didn't want to admit they failed and have to cancel the whole conference.🤔 Not saying I could do a better job, I think NEXT/Vercel are amazing.

micahgoodreau
Автор

@3:50 why are you running "npm run dev" and not "next dev" as in the documentation?

patite
Автор

any video about Nextauth? With Prisma?

xtz_