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

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

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

clauderic/react-sortable-hoc

0
View on GitHub↗
10,905 نجوم·972 تفرعات·JavaScript·mit·13 مشاهداتclauderic.github.io/react-sortable-hoc↗

React Sortable Hoc

React Sortable Hoc is a library for building drag-and-drop reorderable lists and grids within web applications. It provides a set of reusable components designed to integrate into the component-based architecture of React, allowing users to rearrange elements through mouse or touch input.

The library utilizes a higher-order component pattern to inject drag-and-drop state management into existing list components without requiring modifications to the underlying implementation. It employs portal-based ghost rendering to move elements outside the normal document flow, while using hardware-accelerated transform properties to update positions and maintain performance during interactions.

The project supports the creation of interactive interfaces for data-heavy applications and customizable dashboards. It includes built-in support for keyboard and touch-compatible interactions to ensure functionality across various devices and input methods.

Features

  • Sortable Lists - Provides a library for creating drag-and-drop reorderable lists and grids within React web applications.
  • React Components - Provides a collection of reusable interface elements designed to integrate seamlessly into React applications.
  • Drag and Drop Libraries - Provides a library of components for building interactive interfaces that allow users to rearrange elements via mouse or touch.
  • List Reordering Components - Provides components for the visual rearrangement of items within lists or grids via drag-and-drop.
  • Higher-Order Components - Uses higher-order components to inject drag-and-drop state management into existing list components without modifying their implementation.
  • Drag and Drop Utilities - Provides components and hooks for reordering elements in lists or grids via drag-and-drop.
  • Interaction Tracking - Calculates element coordinates and dimensions in real-time to determine drop targets and reordering logic during drag interactions.
  • Portal Rendering - Renders dragged elements into separate containers outside the normal document flow to allow free movement across the viewport.
  • Accessible Interaction Patterns - Implements keyboard-friendly and touch-compatible sorting functionality to ensure accessibility across input methods.
  • CSS Transform Animations - Updates element positions using hardware-accelerated CSS transforms to ensure smooth movement during drag-and-drop interactions.

سجل النجوم

مخطط تاريخ النجوم لـ clauderic/react-sortable-hocمخطط تاريخ النجوم لـ clauderic/react-sortable-hoc

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة clauderic/react-sortable-hoc؟

React Sortable Hoc is a library for building drag-and-drop reorderable lists and grids within web applications. It provides a set of reusable components designed to integrate into the component-based architecture of React, allowing users to rearrange elements through mouse or touch input.

ما هي الميزات الرئيسية لـ clauderic/react-sortable-hoc؟

الميزات الرئيسية لـ clauderic/react-sortable-hoc هي: Sortable Lists, React Components, Drag and Drop Libraries, List Reordering Components, Higher-Order Components, Drag and Drop Utilities, Interaction Tracking, Portal Rendering.

ما هي البدائل مفتوحة المصدر لـ clauderic/react-sortable-hoc؟

تشمل البدائل مفتوحة المصدر لـ clauderic/react-sortable-hoc: clauderic/dnd-kit — This project is a modular toolkit for building accessible, component-based drag-and-drop interfaces in React. It… gaearon/react-dnd — React-dnd is a drag and drop framework and library for React applications. It provides a system of higher-order… mzabriskie/react-draggable — react-draggable is a UI interaction library that provides core primitives and components for adding tactile movement… palantir/blueprint — Blueprint is a React UI component library and web design system focused on accessibility and the creation of… atlassian/react-beautiful-dnd — This project is a declarative drag-and-drop library designed for building accessible and fluid interface interactions… brillout/awesome-react-components — This project is a community-maintained open source directory that serves as a comprehensive index of React components…

بدائل مفتوحة المصدر لـ React Sortable Hoc

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع React Sortable Hoc.
  • clauderic/dnd-kitالصورة الرمزية لـ clauderic

    clauderic/dnd-kit

    17,243عرض على GitHub↗

    This project is a modular toolkit for building accessible, component-based drag-and-drop interfaces in React. It provides a foundational framework for managing complex spatial interactions, state synchronization, and element registration, allowing developers to create interactive web applications that support mouse, touch, and keyboard inputs. The library distinguishes itself through a highly extensible architecture that separates input handling from interaction logic. It utilizes a sensor-based input abstraction to normalize diverse user interactions and a plugin-driven lifecycle to inject c

    TypeScriptdragdrag-and-dropdraggable
    عرض على GitHub↗17,243
  • gaearon/react-dndالصورة الرمزية لـ gaearon

    gaearon/react-dnd

    21,642عرض على GitHub↗

    React-dnd is a drag and drop framework and library for React applications. It provides a system of higher-order components and hooks to implement draggable interface elements and drop targets using a declarative API. The framework separates the logic of moving items from the visual presentation of the user interface. This allows for the development of interactive interfaces, such as visual list reordering and custom dashboard layouts where widgets or panels can be reorganized.

    TypeScript
    عرض على GitHub↗21,642
  • mzabriskie/react-draggableالصورة الرمزية لـ mzabriskie

    mzabriskie/react-draggable

    9,289عرض على GitHub↗

    react-draggable is a UI interaction library that provides core primitives and components for adding tactile movement and coordinate-based positioning to web elements. It serves as a tool for making user interface elements movable via mouse or touch interactions within React applications. The library supports the implementation of custom drag handles, allowing the initiation of movement to be restricted to specific child elements identified by CSS selectors. It also provides programmatic drag state management, enabling developers to control element positioning or use callbacks for movement wit

    JavaScript
    عرض على GitHub↗9,289
  • palantir/blueprintالصورة الرمزية لـ palantir

    palantir/blueprint

    21,836عرض على GitHub↗

    Blueprint is a React UI component library and web design system focused on accessibility and the creation of data-dense interfaces. It provides a standardized framework of visual styles and reusable interface elements for building professional desktop applications. The toolkit is specifically optimized for displaying complex information and large datasets, featuring high-performance interactive data grids for rendering and manipulating data. The library covers a broad range of capability areas, including the construction of form inputs, navigation systems, and content layout management. It a

    TypeScriptblueprintcomponentsdesign
    عرض على GitHub↗21,836
  • عرض جميع البدائل الـ 30 لـ React Sortable Hoc→