SSR
التصيير من جانب الخادم
GLS-000018
Intermediatenextjs1 min read
Server-Side Renderingserver renderingserver side rendering
Definition
Server-Side Rendering — HTML is generated on the server at request time for each page visit.
التصيير من جانب الخادم — HTML يُولَّد على الخادم وقت الطلب لكل زيارة صفحة.
Full Definition
Server-Side Rendering (SSR) means that the HTML for a page is generated on the server for each request. This improves SEO (search engines see full HTML) and initial load performance. In Next.js App Router, any async server component that fetches data dynamically is SSR by default.
التصيير من جانب الخادم (SSR) يعني أن HTML الصفحة يُولَّد على الخادم لكل طلب. يحسن تحسين محركات البحث وأداء التحميل الأولي.
Knowledge Graph
AI Builder Tips
No documented mistakes for SSR 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 SSR. Explain: 1. What is SSR 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
Official Resources
No official documentation link on file for SSR yet.