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

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

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

3 مستودعات

Awesome GitHub RepositoriesWindowed Rendering

Rendering strategies that only load a subset of elements currently in or near the viewport.

Distinct from Sliding Window Algorithms: Focuses on UI memory optimization via deferred rendering rather than algorithmic sliding window data processing.

Explore 3 awesome GitHub repositories matching user interface & experience · Windowed Rendering. Refine with filters or upvote what's useful.

Awesome Windowed Rendering GitHub Repositories

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

    leecade/react-native-swiper

    10,490عرض على GitHub↗

    react-native-swiper is a cross-platform mobile carousel component that provides a swipeable interface for cycling through content panels. It supports both horizontal and vertical transitions and includes a visual pagination system using customizable indicators like dots or numbers to track the user's position. The component features a lazy-loading mechanism that defers the rendering of off-screen content to reduce memory usage and improve initial load times. It supports infinite looping, automated slide transitions via a timer, and programmatic navigation control to move the slider to specifi

    Implements a lazy-loading mechanism that renders only the active slide and its immediate neighbors.

    JavaScript
    عرض على GitHub↗10,490
  • clauderic/react-tiny-virtual-listالصورة الرمزية لـ clauderic

    clauderic/react-tiny-virtual-list

    2,488عرض على GitHub↗

    React tiny virtual list is a zero-dependency component library that optimizes performance for extensive vertical and horizontal collections by rendering only the items currently visible in the viewport. It handles large datasets efficiently while supporting variable item dimensions and dynamic content updates at runtime. The component supports both horizontal and vertical scroll directions, absolute positioning layouts, and dynamic offset measurements computed via fixed numbers, size arrays, or callback functions. It also provides imperative methods to programmatically scroll or jump to speci

    Renders only the subset of items falling within the current scroll container bounds to maintain high performance.

    TypeScriptreactreact-componentvirtual-scroll
    عرض على GitHub↗2,488
  • denisraslov/react-spreadsheet-gridالصورة الرمزية لـ denisraslov

    denisraslov/react-spreadsheet-grid

    1,173عرض على GitHub↗

    هذا المشروع عبارة عن مكون شبكة بيانات عالي الأداء لـ React مصمم لعرض مجموعات البيانات الكبيرة داخل واجهة نمط جدول البيانات. يوفر إطار عمل لعرض المعلومات الجدولية المهيكلة مع تمكين تفاعلات معقدة قائمة على الخلايا ومهام إدارة البيانات. يتميز المكون بدعمه لسير عمل التحرير الشبيه بجدول البيانات، بما في ذلك التنقل القائم على لوحة المفاتيح والقدرة على حقن مكونات مخصصة في خلايا فردية. يمكن للمستخدمين إدارة تخطيط الشبكة ديناميكياً عن طريق تغيير حجم الأعمدة وتنظيم الرؤوس، مما يضمن تكيف الواجهة مع احتياجات تصور البيانات المحددة. تتضمن الشبكة قدرات للتعامل مع كميات كبيرة من المعلومات من خلال العرض في النوافذ (windowed rendering) والتحميل الكسول، والتي تحافظ على الأداء عن طريق معالجة المجموعة الفرعية المرئية فقط من البيانات. كما توفر تحكماً إلزامياً من خلال مراجع المكونات، مما يسمح بالتلاعب البرمجي بمواضع التمرير وحالات التحديد.

    Maintains high performance by rendering only the visible subset of rows and columns.

    JavaScriptdata-gridexcelgrid
    عرض على GitHub↗1,173
  1. Home
  2. User Interface & Experience
  3. Windowed Rendering