Server Component
مكوّن الخادم
GLS-000013
Advancedreact1 min read
RSCuse server componentserver components
Definition
React component that runs on the server, reducing client-side JavaScript bundle size.
مكوّن React يعمل على الخادم، يُقلّل من حجم حزمة JavaScript للعميل.
Full Definition
React Server Components (RSC) are components that render exclusively on the server. They can fetch data directly, access server resources, and produce HTML without sending their JavaScript to the client. In Next.js App Router, all components are server components by default; add 'use client' to opt into client rendering.
React Server Components هي مكونات تُصيَّر حصريًا على الخادم. يمكنها جلب البيانات مباشرة والوصول إلى موارد الخادم وإنتاج HTML دون إرسال JavaScript إلى العميل.
Knowledge Graph
AI Builder Tips
No documented mistakes for Server Component 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 Server Component. Explain: 1. What is Server Component 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 Server Component yet.