Description
The Next.js 14 App Router introduces new concepts like Server Components, Layouts, and Route Handlers. We need a map of the codebase so contributors know exactly where to put new files.
Acceptance Criteria
Technical Details
- Include a simple ASCII tree diagram of the folder structure to make it visually digestible.
Description
The Next.js 14 App Router introduces new concepts like Server Components, Layouts, and Route Handlers. We need a map of the codebase so contributors know exactly where to put new files.
Acceptance Criteria
ARCHITECTURE.mdfile (or a dedicated section in the README).app/directory (routing) and thecomponents/directory (UI).'use client'vs leaving a component as a Server Component.Technical Details