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

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

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

4 مستودعات

Awesome GitHub RepositoriesEffect Hooks

Hooks for synchronizing components with external systems or browser APIs.

Distinguishing note: Focuses on side-effect lifecycle management rather than general component logic.

Explore 4 awesome GitHub repositories matching user interface & experience · Effect Hooks. Refine with filters or upvote what's useful.

Awesome Effect Hooks GitHub Repositories

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

    facebook/react

    245,669عرض على GitHub↗

    React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.

    Executes effect logic upon mounting and triggers cleanup upon unmounting.

    JavaScriptjavascriptuifrontend
    عرض على GitHub↗245,669
  • preactjs/preactالصورة الرمزية لـ preactjs

    preactjs/preact

    38,701عرض على GitHub↗

    Preact is a lightweight declarative user interface library designed for building high-performance web applications. It utilizes a component-based architecture where interfaces are defined as functional or class-based units, relying on a virtual DOM to perform efficient state reconciliation and updates. By prioritizing a minimal footprint, the library enables developers to create modular, predictable, and testable user interfaces while maintaining compatibility with standard browser APIs. The library distinguishes itself through a reactive state engine that leverages signals to track dependenc

    Synchronizes components with external systems or browser APIs after renders.

    JavaScriptcomponentsdomjsx
    عرض على GitHub↗38,701
  • john-smilga/react-projectsالصورة الرمزية لـ john-smilga

    john-smilga/react-projects

    5,150عرض على GitHub↗

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

    Employs specialized hook functions to synchronize the user interface with external data sources and API calls.

    CSS
    عرض على GitHub↗5,150
  • fancy88/ibookالصورة الرمزية لـ fancy88

    fancy88/iBook

    4,947عرض على GitHub↗

    iBook is a self-hosted e-book library management system that allows individuals or organizations to set up and maintain their own digital collection. The platform provides durable storage for e-book files and their associated metadata, a RESTful API for library operations, static file serving for direct browser downloads, and a self-contained deployment model that runs on a user's own server. Beyond the core library functionality, iBook includes a freely accessible digital archive of technical and general e-books in EPUB and PDF formats, role-based access control for catalog and administrativ

    Provides a hook to run side effects after rendering for external system synchronization.

    عرض على GitHub↗4,947
  1. Home
  2. User Interface & Experience
  3. Effect Hooks