Nextjs 13 latest table version
Answered
Capelin posted this in #help-forum
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
https://github.com/vercel/next.js/deployments/release-stable
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
https://github.com/vercel/next.js/deployments/release-stable
Answer
CapelinOP
Thanks
@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
also, you can use https://github.com/vercel/next.js/releases or #releases (and can get mention role too) and only care about release (not prerelease)