How to Use the App Directory in Next.js
When you're building a project using the latest version of Next.js, you'll be prompted to select between using the app/ directory or the pages/ directory. The app/ directory is now the recommended way of building apps in Next.js.
In this article, you...
freecodecamp.org10 min read