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.
Для підготовки контенту ми дослідили статті, присвячені сучасним підходам у створенні сайтів, UX/UI дизайну та просуванню в Google:
https://www.smashingmagazine.com/2022/11/whats-new-nextjs-13/