Next.js Discord

Discord Forum

Nextjs 13 latest table version

Answered
Capelin posted this in #help-forum
Open in Discord
CapelinOP
Hi, from the documentation https://nextjs.org/docs/getting-started/installation suggest to install with @latest . Is this a good practice? And which version is the latest stable?
Answered by KINXZ
yes latest is the latest stable version. Alternatively you can check Github for latest release.

https://github.com/vercel/next.js/deployments/release-stable
View full answer

3 Replies

yes latest is the latest stable version. Alternatively you can check Github for latest release.

https://github.com/vercel/next.js/deployments/release-stable
Answer
CapelinOP
Thanks