Understanding the architecture of the Directory of Applications in Next.js


The article examines the new architecture of the Directory of applications in Next.js, which raises many questions because of its interaction with important evolution in the ecosystem of React - React Server Components and Edge Runtimes. The author analyzes the benefits and traps of this new strategy and thinks about whether or not it should be used in the production now.
🚀 The new architecture of the Application Directory is a strategy of route processing and displaying views in Next.js. It brings a great change in the paradigm in the understanding of the components and pages in the application Next.js. This new way of building your application has many very friendly improvements for your architecture.
- 📌 Partial routing
- 📌 Groups of routes
- 📌 Parallel routes
- 📌 Trading routes
- 📌 Server Components Vs. Client Components
- 📌 Suspense borders
Для підготовки контенту ми дослідили статті, присвячені сучасним підходам у створенні сайтів, UX/UI дизайну та просуванню в Google:
https://www.smashingmagazine.com/2023/02/understanding-app-directory-architecture-next-js/