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

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

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

1 مستودع

Awesome GitHub RepositoriesDrag Lifecycle Monitors

Patterns for tracking and reporting the state of drag-and-drop operations.

Distinct from Centralization Patterns: Focuses on monitoring drag lifecycle state, distinct from general-purpose centralization patterns.

Explore 1 awesome GitHub repository matching software engineering & architecture · Drag Lifecycle Monitors. Refine with filters or upvote what's useful.

Awesome Drag Lifecycle Monitors GitHub Repositories

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

    react-dnd/react-dnd

    21,641عرض على GitHub↗

    React DnD is a library for building complex drag-and-drop interfaces within React applications. It provides a declarative, component-based architecture that abstracts native browser drag-and-drop APIs, allowing developers to manage state and interactions between draggable sources and drop targets. The library utilizes a dependency injection backend to decouple interaction logic from specific input methods, supporting mouse, touch, and native browser events through a unified normalization layer. It employs a registry pattern to track active drop zones and a monitor pattern to observe the lifec

    Tracks the lifecycle of drag operations to update component state based on interaction status.

    TypeScriptdrag-and-dropnot-the-gamereact
    عرض على GitHub↗21,641
  1. Home
  2. Software Engineering & Architecture
  3. System Internals
  4. Centralization Patterns
  5. Drag Lifecycle Monitors