awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesServer Components

React components designed for server-side rendering environments with partial compatibility.

Distinct from React Components: Distinct from React Components: focuses on server-rendered component support, not general React components.

Explore 5 awesome GitHub repositories matching user interface & experience · Server Components. Refine with filters or upvote what's useful.

Awesome Server Components GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 47ng/nuqsالصورة الرمزية لـ 47ng

    47ng/nuqs

    10,591عرض على GitHub↗

    nuqs is a TypeScript library for managing React component state through the browser's URL query string. It provides a type-safe hook-based approach that synchronizes component state with the address bar, enabling shareable and bookmarkable application states. The library handles parsing and serializing URL query parameters into typed JavaScript values, supporting integers, floats, booleans, dates, and custom types with bijectivity verification. The library distinguishes itself through its comprehensive approach to URL state management, combining batch URL updates that merge multiple parameter

    Provides type-safe access to URL search parameters in React Server Components with caching.

    TypeScriptquery-paramsreactsearch-params
    عرض على GitHub↗10,591
  • midudev/preguntas-entrevista-reactالصورة الرمزية لـ midudev

    midudev/preguntas-entrevista-react

    7,785عرض على GitHub↗

    This project is a technical study resource and interview preparation guide focused on the React library. It provides a comprehensive frontend interview question bank and concept references designed to help developers master core library primitives and prepare for professional job interviews. The resource covers detailed explanations of React's technical architecture, including state management patterns, performance optimization strategies, and component design. It serves as a knowledge assessment tool for developers to test their understanding of modern frontend engineering through a structur

    Covers the architectural separation between server components for static content and client components for interactivity.

    JavaScripthacktoberfestjavascriptreact
    عرض على GitHub↗7,785
  • i18next/next-i18nextالصورة الرمزية لـ i18next

    i18next/next-i18next

    6,158عرض على GitHub↗

    next-i18next is an internationalization library that integrates the i18next ecosystem into Next.js applications, supporting both the App Router and Pages Router. It provides locale-aware routing middleware, server-component translation hydration, and a unified translation management system that works across server and client components. The library handles automatic language detection from browser cookies and HTTP Accept-Language headers, persists user language preferences across sessions, and rewrites URLs with locale prefixes for proper routing. It includes a translation hydration framework

    Provides async translation functions for Server Components, loading resources before rendering localized text.

    TypeScripti18nextnextnextjs
    عرض على GitHub↗6,158
  • gluestack/gluestack-uiالصورة الرمزية لـ gluestack

    gluestack/gluestack-ui

    4,931عرض على GitHub↗

    gluestack-ui is a cross-platform React component library built with Tailwind CSS. It provides over 30 pre-built, accessible components that can be installed by copying their source files directly into a project, giving developers full control over customization without external runtime dependencies. Every component implements WAI-ARIA patterns, keyboard navigation, and screen reader support out of the box. A key differentiator is the copy-paste architecture: rather than a traditional package dependency, component source code is placed in the project, allowing direct editing and eliminating ve

    Provides partial compatibility with React Server Components for server-rendered environments.

    TypeScriptaccessibilitycomponent-librarycustomizable-components
    عرض على GitHub↗4,931
  • reactjs/server-components-demoالصورة الرمزية لـ reactjs

    reactjs/server-components-demo

    4,359عرض على GitHub↗

    هذا المشروع عبارة عن تنفيذ لمكونات خادم React، مما يوفر بنية مكونات كاملة المكدس تمزج بين العرض من جانب الخادم والتفاعل من جانب العميل. وهو يتيح تطوير تطبيقات الويب حيث تتعايش المكونات الخاصة بالخادم فقط لجلب البيانات ومكونات العميل التفاعلية داخل شجرة مكونات واحدة. يركز النظام على تنسيق بيانات الخادم-العميل، مما يسمح بتنفيذ دوال الخادم وطفرات قاعدة البيانات عبر حدود الشبكة. ويتميز ببنية مكونات هجينة تنقل تنفيذ المكونات إلى الخادم لتقليل أحجام حزم العميل وتحسين أوقات التحميل الأولية. يغطي المشروع نطاقاً واسعاً من الإمكانيات، بما في ذلك جلب البيانات غير المتزامن مع التعليق (suspense)، وتذكير المكونات التلقائي (memoization)، وتحسين العرض من جانب الخادم. كما يتضمن أدوات لإدارة الحالة المعقدة، وتنسيق تحميل الأصول لمنع تحولات التخطيط، وبناء تطبيقات عبر المنصات للويب والهواتف المحمولة. يتم توفير أدوات المطور لاكتشاف المكونات غير النقية، وتحليل تبعيات الوحدات، وفحص تسلسلات المكونات أثناء التطوير.

    Implements React components designed specifically for server-side rendering environments with partial client compatibility.

    JavaScript
    عرض على GitHub↗4,359
  1. Home
  2. User Interface & Experience
  3. Component Utilities
  4. UI Frameworks
  5. Prebuilt Component Libraries
  6. React Components
  7. Server Components

استكشف الوسوم الفرعية

  • Request-Scoped CachesStores parsed URL query parameters in a per-request cache so deeply nested server components can access them without re-parsing. **Distinct from Server Components:** Distinct from Server Components: focuses on per-request caching of URL parameters, not general server component architecture.
  • Search Parameter AccessorsProvides type-safe access to parsed search parameters in deeply nested server components using a cache. **Distinct from Server Components:** Distinct from Server Components: focuses on accessing search parameters in server components, not general server component architecture.
  • Search Parameter CachesCaches parsed search parameters for the duration of a page render so deeply nested server components can access them without re-parsing. **Distinct from Server Components:** Distinct from Server Components: focuses on caching parsed search parameters within server components, not the server component architecture itself.
  • Translation ToolsLibraries that provide async translation functions for Server Components, loading resources before rendering localized text. **Distinct from Server Components:** Distinct from Server Components: focuses on translation-specific async functions for Server Components, not general server component architecture.
  • URL State AccessorsProvides type-safe access to URL search parameters in React Server Components with caching. **Distinct from Server Components:** Distinct from Server Components: focuses on accessing and updating URL search parameters within server components, not the server component architecture itself.