Basic updates in Next.js 13
Recently, a new version of Next.js 13 has been released, which has brought a number of significant updates. Some of these innovations can be easily integrated with your Next.JS 12 app, while others are not quite.
💡 It is important to note that the transition from architecture /pages to /App can be done gradually, and both solutions can coexist until the routes are closed.
- 📌 Updates include new App Directory architecture, new Bundler Turbopack and font optimization.
- 📌 Next.js 13 stable and allows you to smoothly update from version 12 if you do not plan to use any experimental API.
- 📌 Next.js and React Server Components both intervene in FETCH standard to ensure that resources are optimized.
This article was generated with the assistance of AI based on the referenced material, then manually reviewed and edited by the author for accuracy and usefulness.
https://www.smashingmagazine.com/2022/11/whats-new-nextjs-13/