App Router
موجه التطبيق
GLS-000007
Intermediatenextjs1 min read
Next.js App Routerapp directoryapp router
Definition
Next.js 13+ routing system using the /app directory with layouts, server components, and route handlers.
نظام توجيه Next.js 13+ باستخدام مجلد /app مع التخطيطات ومكونات الخادم ومعالجات المسارات.
Full Definition
The App Router is Next.js's modern routing system introduced in version 13. It uses a file-based convention inside the /app directory. Features include: nested layouts, React Server Components by default, route handlers (API routes), loading and error boundaries, and streaming.
App Router هو نظام التوجيه الحديث في Next.js المقدَّم في الإصدار 13. يستخدم تقليد الملفات داخل مجلد /app. يتضمن: التخطيطات المتداخلة ومكونات خادم React بشكل افتراضي ومعالجات المسارات وحدود التحميل والخطأ والبث.
Knowledge Graph
AI Builder Tips
No documented mistakes for App Router yet. Check related AI rules for usage guidelines.
Sign in to unlock guided AI explanations from AI Teacher.
Generate a Prompt
Copy this prompt and use it directly with any AI model — no setup needed.
Ready-to-Use Prompt
Help me build a project using App Router. Explain: 1. What is App Router and why it matters 2. The core architecture and required tools 3. Step-by-step implementation plan 4. Common mistakes to avoid 5. Best practices and production tips