Introduction to Next.js
React is officially designated as a UI library, not a holistic framework. It provides the logic for components and state, but leaves routing, data fetching, and performance bundling entirely up to the developer to piece together via third-party packages.
The App Router
In Next.js version 13, Vercel introduced the App Router, representing a massive structural paradigm shift away from the legacy Pages Router.