4 مستودعات
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.
React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.
Executes effect logic upon mounting and triggers cleanup upon unmounting.
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.
هذا المستودع عبارة عن معرض للمشاريع المرجعية المستخدمة لتوضيح تطوير واجهات المستخدم التفاعلية وصفحات الويب الديناميكية باستخدام مكتبة React. يوفر مجموعة من أمثلة التطبيقات العملية التي تركز على البنية القائمة على المكونات وتطوير الواجهة الأمامية. تعمل المشاريع كعروض توضيحية لتنسيق البيانات العالمية والمحلية باستخدام الخطافات (hooks)، والسياق (context)، والمخفضات (reducers). تتضمن عينات لجلب البيانات البعيدة لملء القوائم والمعارض الديناميكية، بالإضافة إلى تطبيقات للتنقل عبر صفحات متعددة وعروض ديناميكية لا تتطلب تحديث المتصفح. تغطي المجموعة مجموعة واسعة من إمكانيات الواجهة الأمامية، بما في ذلك تصميم مكونات واجهة المستخدم التفاعلية مثل النوافذ المنبثقة وأشرطة التمرير، وإدارة حالة التطبيق المعقدة، ودمج واجهات برمجة التطبيقات الخارجية.
Employs specialized hook functions to synchronize the user interface with external data sources and API calls.
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.