awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesList Element Reordering

Conflict-free mechanisms for changing the sequence of elements in a distributed list.

Distinct from List Reordering Components: None of the candidates cover the algorithmic intent-preservation required for concurrent CRDT list reordering.

Explore 6 awesome GitHub repositories matching data & databases · List Element Reordering. Refine with filters or upvote what's useful.

Awesome List Element Reordering GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • atlassian/pragmatic-drag-and-dropatlassian का अवतार

    atlassian/pragmatic-drag-and-drop

    12,685GitHub पर देखें↗

    Pragmatic Drag and Drop is a TypeScript library that provides a complete system for implementing drag and drop interactions in web applications. It handles the full lifecycle of drag operations, from registering drop targets and monitoring drag events to managing cleanup functions, all through a structured adapter-based approach. The library supports a wide range of data manipulation patterns, including reordering items within lists, tables, trees, virtual lists, and side navigation, as well as moving items between lists and across columns in a board layout. It also enables swapping items in

    Provides a mechanism for reordering items within a single list via drag-and-drop.

    TypeScriptdnddrag-and-dropdropzone
    GitHub पर देखें↗12,685
  • midudev/preguntas-entrevista-reactmidudev का अवतार

    midudev/preguntas-entrevista-react

    7,785GitHub पर देखें↗

    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

    Explains how React uses keys to identify which items in a list changed to optimize DOM updates.

    JavaScripthacktoberfestjavascriptreact
    GitHub पर देखें↗7,785
  • adamschwartz/magic-of-cssadamschwartz का अवतार

    adamschwartz/magic-of-css

    6,684GitHub पर देखें↗

    Magic of CSS is a structured tutorial series that teaches web developers advanced CSS layout, typography, and animation techniques through hands-on examples. The course covers the full spectrum of CSS capabilities, from foundational box model and positioning concepts to sophisticated animation and interactive state management, all without relying on JavaScript. The series distinguishes itself by teaching practical, real-world CSS patterns such as inline-block justified grids, percentage-based absolute positioning, table-display vertical centering, and letter-span styling techniques. It demons

    Teaches CSS-based visual reordering as a layout technique for rearranging page elements.

    CSScssdesignexamples
    GitHub पर देखें↗6,684
  • sghall/react-movesghall का अवतार

    sghall/react-move

    6,564GitHub पर देखें↗

    React Move is a declarative animation library for React that animates components by interpolating between start and end states with configurable timing and easing. It provides data-driven transitions for single elements, groups, lists, and SVG elements, supporting staggered timing, custom interpolation for non-numeric values like colors and paths, and drag-and-drop reordering of list items. The library distinguishes itself through its support for custom interpolation functions that replace default numeric interpolation, keyed array reconciliation for tracking items as they enter, update, or l

    Reorders items in a list by dragging them with a pointer or touch gesture.

    JavaScriptanimateanimationeasing
    GitHub पर देखें↗6,564
  • loro-dev/loroloro-dev का अवतार

    loro-dev/loro

    5,374GitHub पर देखें↗

    Loro is a conflict-free replicated data type (CRDT) framework and collaborative state engine designed for building real-time collaborative applications. It provides a distributed data synchronizer that enables multiple users to edit shared documents and complex nested structures—such as maps, lists, trees, and counters—with automatic state convergence without requiring a central server. The project distinguishes itself through a versioned document store that supports branching, forking, and merging via a directed acyclic graph of causal operation history. It enables advanced version control c

    Supports reordering elements within a sequence while preserving user intent during concurrent edits to prevent duplication.

    Rustcollaborative-editingcrdtlocal-first
    GitHub पर देखें↗5,374
  • taiga-family/taiga-uitaiga-family का अवतार

    taiga-family/taiga-ui

    4,002GitHub पर देखें↗

    Taiga UI is an Angular UI component library and accessible design system used for building enterprise web interfaces. It provides a comprehensive collection of reusable interface elements and layout tools, functioning as a mobile-first UI kit with responsive components that adapt to different device capabilities. The library distinguishes itself through an integrated data visualization library featuring various chart types and a dedicated form management framework with built-in validation and formatting for specialized data. It also features AI-driven development workflows by integrating comp

    Implements capabilities to rearrange the sequence of items in a list and update the associated data array.

    TypeScriptangularbest-practicescdk
    GitHub पर देखें↗4,002
  1. Home
  2. Data & Databases
  3. List Element Reordering

सब-टैग एक्सप्लोर करें

  • Key-Based Element IdentificationTechniques for using stable identifiers to track elements in lists across renders. **Distinct from List Element Reordering:** Distinct from List Element Reordering by focusing on identity and reconciliation rather than sequence movement
  • UI List Reordering1 सब-टैगInterface mechanisms for changing the sequence of elements in a user-facing list. **Distinct from List Element Reordering:** Focuses on the UI interaction of reordering items in a list rather than distributed system conflict-resolution algorithms.