You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using Next.js version 12.1.0, but the 14.2 stable is out with lots of improvements. Newer Next applications are using App router instead of Pages router, but as the Pages router will still be supported, we will keep using that one.
Migration without changing the router wont bring lots of changes but the application should be tested properly afterwards.
We are currently using Next.js version 12.1.0, but the 14.2 stable is out with lots of improvements. Newer Next applications are using App router instead of Pages router, but as the Pages router will still be supported, we will keep using that one.
Migration without changing the router wont bring lots of changes but the application should be tested properly afterwards.
Migration docs:
12 -> 13 https://nextjs.org/docs/pages/building-your-application/upgrading/version-13
13 -> 14 https://nextjs.org/docs/pages/building-your-application/upgrading/version-14
The text was updated successfully, but these errors were encountered: