awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • leecade/react-native-swiperAvatar von leecade

    leecade/react-native-swiper

    10,490Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,490
  • clauderic/react-tiny-virtual-listAvatar von clauderic

    clauderic/react-tiny-virtual-list

    2,488Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,488
  • denisraslov/react-spreadsheet-gridAvatar von denisraslov

    denisraslov/react-spreadsheet-grid

    1,173Auf GitHub ansehen↗

    This project is a high-performance data grid component for React designed to render large datasets within a spreadsheet-style interface. It provides a framework for displaying structured tabular information while enabling complex cell-based interactions and data management tasks. The component distinguishes itself through its support for spreadsheet-like editing workflows, including keyboard-driven navigation and the ability to inject custom components into individual cells. Users can dynamically manage the grid layout by resizing columns and organizing headers, ensuring the interface adapts

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

    JavaScriptdata-gridexcelgrid
    Auf GitHub ansehen↗1,173
  1. Home
  2. User Interface & Experience
  3. Windowed Rendering