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

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

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

8 مستودعات

Awesome GitHub RepositoriesLarge List Renderers

Rendering engines that efficiently display large tables or lists without blocking the browser during initial page load.

Distinct from Virtualized List Rendering: Distinct from Virtualized List Rendering: focuses on non-blocking initial render of large datasets, not just viewport-based virtualization.

Explore 8 awesome GitHub repositories matching user interface & experience · Large List Renderers. Refine with filters or upvote what's useful.

Awesome Large List Renderers GitHub Repositories

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

    RubyLouvre/avalon

    5,774عرض على GitHub↗

    Avalon is a client-side MVVM JavaScript framework that binds model data to DOM elements and automatically updates views when state changes. It functions as a component-based UI framework, encapsulating markup, logic, and styles into reusable custom components that can be composed across pages, while also serving as a virtual DOM diffing engine that computes minimal DOM updates by comparing lightweight in-memory view tree snapshots. The framework distinguishes itself through a template directive compiler that transforms declarative HTML attributes like ms-repeat and ms-if into executable view

    Ships a large list renderer that efficiently displays big tables without blocking the browser during initial page load.

    JavaScript
    عرض على GitHub↗5,774
  • android/views-widgets-samplesالصورة الرمزية لـ android

    android/views-widgets-samples

    5,165عرض على GitHub↗

    هذا المستودع عبارة عن مجموعة من التطبيقات والمعارض المرجعية التي توضح أفضل الممارسات لنظام Android View. يوفر مجموعة من الأمثلة العملية لبناء واجهات المستخدم، بما في ذلك معرض المكونات وأدلة التنفيذ للتخطيطات، وأداء القائمة، وتصميم الحركة. يتميز المشروع بعينات مفصلة لتنسيق رسوم متحركة التخطيط وتأثيرات الانتقال. يتضمن عروضاً توضيحية متخصصة لرسوم متحركة معقدة للحركة باستخدام الإطارات الرئيسية والاستيفاء، بالإضافة إلى أداة تصور لمنحنيات استيفاء الرسوم المتحركة لتحديد معلمات الحركة. يغطي الكود المصدري مجالات قدرات واسعة بما في ذلك إدارة القائمة عالية الأداء مع إعادة تدوير العرض والتحديثات التفاضلية، والتنقل المرقم مع مزامنة علامات التبويب، وقابلية تكيف الواجهة لأوضاع النوافذ المتعددة والشاشة المقسمة. كما يتضمن عينات لتخطيطات البطاقات، ومحتوى الويب المضمن، واختبار واجهة المستخدم الآلي لانتقالات الصفحة.

    Renders large scrolling lists using view recycling to maintain high performance.

    Java
    عرض على GitHub↗5,165
  • tangbc/vue-virtual-scroll-listالصورة الرمزية لـ tangbc

    tangbc/vue-virtual-scroll-list

    4,517عرض على GitHub↗

    vue-virtual-scroll-list هو تنفيذ قائمة افتراضية لتطبيقات Vue. يوفر مكوناً يعرض فقط العناصر المرئية لمجموعة بيانات كبيرة للحفاظ على الأداء العالي وتقليل عدد عناصر DOM النشطة. يعمل المشروع كعارض قائمة عالي الأداء ومدير منفذ عرض ديناميكي. يحسب أبعاد القائمة وإزاحات التمرير في الوقت الفعلي لعرض آلاف إدخالات البيانات دون تدهور استخدام ذاكرة المتصفح أو الأداء. يتضمن النظام تحكماً برمجياً في التمرير للانتقال إلى فهارس عناصر محددة أو إزاحات بكسل. كما يوفر أدوات للاستعلام عن أبعاد القائمة، وحجم منفذ العرض، وقياسات العناصر الفردية لإدارة تباعد التخطيط.

    Efficiently renders thousands of data entries without blocking the browser's main thread.

    JavaScriptbig-datainfinite-scrollvirtual-list
    عرض على GitHub↗4,517
  • simpleboilerplates/swiftui-cheat-sheetالصورة الرمزية لـ SimpleBoilerplates

    SimpleBoilerplates/SwiftUI-Cheat-Sheet

    4,456عرض على GitHub↗

    This project is a reference guide and technical resource for building user interfaces with the SwiftUI framework. It provides a comprehensive collection of code examples, documentation, and a component library of reusable view implementations and layout patterns. The resource includes a compatibility map that links modern declarative views to their equivalent imperative counterparts in the UIKit framework. This documentation assists with the migration from UIKit to SwiftUI by providing guidance on wrapping legacy view controllers and view subclasses within a declarative hierarchy. The guide

    Utilizes lazy loading for large collections to maintain high frame rates and stable memory usage.

    عرض على GitHub↗4,456
  • facebookarchive/fixed-data-tableالصورة الرمزية لـ facebookarchive

    facebookarchive/fixed-data-table

    4,269عرض على GitHub↗

    Fixed-data-table is a React component library designed for rendering large datasets within structured, scrollable grid interfaces. It functions as a virtualized table, optimizing performance by rendering only the rows currently visible within the viewport. The library distinguishes itself through its focus on maintaining context during navigation, utilizing fixed-header layouts and synchronized scroll state management. It employs index-based data access to map information to specific grid coordinates, allowing for modular cell customization and flexible column configuration. The component su

    Enables efficient rendering of massive datasets in a scrollable view while maintaining context with fixed headers.

    JavaScript
    عرض على GitHub↗4,269
  • schrodinger/fixed-data-table-2الصورة الرمزية لـ schrodinger

    schrodinger/fixed-data-table-2

    1,304عرض على GitHub↗

    This project is a data grid library designed for building complex, interactive tables within React applications. It provides a suite of modular components that enable the display of structured information, supporting both custom cell rendering and flexible column configurations to accommodate diverse data presentation needs. The library is built to handle large datasets by utilizing virtualized rendering, which ensures high performance by only processing the subset of rows currently visible within the viewport. It distinguishes itself through support for dynamic row heights and programmatic s

    Displays thousands of rows efficiently using virtualized rendering to maintain smooth scrolling performance.

    JavaScript
    عرض على GitHub↗1,304
  • rintoj/ngx-virtual-scrollerالصورة الرمزية لـ rintoj

    rintoj/ngx-virtual-scroller

    985عرض على GitHub↗

    An angular virtual scroller component renders large datasets efficiently by displaying only visible items in the viewport, recycling existing DOM elements, and maintaining constant element counts. It handles variable item heights and widths through dynamic sizing calculations and buffer adjustments, while maintaining hidden buffer zones above and below the visible viewport to prevent visual flickering during rapid scrolling. The library supports event-driven infinite loading by listening for scroll threshold proximity events to trigger chunked data fetching and append new items automatically.

    Displays thousands of rows or cards in a web browser smoothly without freezing the user interface or slowing down scrolling.

    TypeScriptangular2angular2-componentinfinite
    عرض على GitHub↗985
  • react-component/selectالصورة الرمزية لـ react-component

    react-component/select

    936عرض على GitHub↗

    This library provides a flexible dropdown menu component for building single and multi-select inputs within web applications. It is designed to support accessible data entry through keyboard navigation and screen reader compatibility, while maintaining interface responsiveness when handling large datasets. The component distinguishes itself through a high degree of configurability, allowing developers to replace default templates, icons, and labels with custom visual elements. It utilizes virtual scrolling to render only visible items, ensuring performance remains consistent even when managin

    Renders thousands of options efficiently using virtual scrolling to keep web interfaces responsive during rapid user interaction.

    TypeScriptjavascriptreactreact-component
    عرض على GitHub↗936
  1. Home
  2. User Interface & Experience
  3. Dynamic List Rendering
  4. Virtualized List Rendering
  5. Large List Renderers