awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesInfinite Scroll Implementations

Mechanisms for automatically loading additional paginated content as users scroll through a page.

Distinct from Dynamic Content Loading: The candidates focus on page-level swapping or network awareness, whereas this is about incremental data fetching for long lists (including reverse loading).

Explore 4 awesome GitHub repositories matching web development · Infinite Scroll Implementations. Refine with filters or upvote what's useful.

Awesome Infinite Scroll Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • imakewebthings/waypointsimakewebthings 的头像

    imakewebthings/waypoints

    10,317在 GitHub 上查看↗

    Waypoints is a JavaScript library designed for monitoring scroll positions and managing viewport-based triggers. It provides utilities to execute functions when page elements enter or exit the visible browser area, track specific scroll offsets, and implement sticky element pinning. The library includes specialized tools for building infinite scrolling interfaces that fetch and append content to replace traditional pagination. It also manages the positioning of elements that transition to a fixed screen location once a specific scroll threshold is reached. The system covers broader capabilit

    Implements mechanisms for automatically loading and appending paginated content as the user scrolls.

    JavaScript
    在 GitHub 上查看↗10,317
  • inertiajs/inertiainertiajs 的头像

    inertiajs/inertia

    7,708在 GitHub 上查看↗

    Inertia is a server-driven frontend framework designed to create monolithic single page applications. It acts as a state synchronization protocol and client-side routing bridge, allowing developers to build interactive experiences using modern JavaScript component libraries while keeping routing and controllers on the server. This approach eliminates the need for a separate REST or GraphQL API layer by passing data from server controllers to frontend components as props via JSON payloads. The framework distinguishes itself by utilizing adapter-based integration to link various backend environ

    Inertia JS fetches older content when scrolling upward for chat interfaces or timelines.

    TypeScript
    在 GitHub 上查看↗7,708
  • chakra-ui/arkchakra-ui 的头像

    chakra-ui/ark

    5,004在 GitHub 上查看↗

    Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by finite state machines. It provides unstyled components that encapsulate logic and accessibility — including full keyboard navigation, focus management, and WAI-ARIA support — while leaving visual styling entirely to the consumer. Components expose scoped data attributes for CSS targeting and use state machines to produce predictable, testable interactive behavior across every state transition. The library distinguishes itself through a state propagation model that distributes

    Provides infinite scroll implementations for automatically loading additional content as users scroll.

    TypeScriptcomponentsdesign-systemheadless
    在 GitHub 上查看↗5,004
  • hoothin/userscriptshoothin 的头像

    hoothin/UserScripts

    4,065在 GitHub 上查看↗

    UserScripts is a collection of JavaScript browser userscripts designed to modify website behavior and add custom functionality to web browsers. It serves as a multi-purpose toolset for web page content automation, web interface enhancement, and specialized web scraping and downloading. The project distinguishes itself through a wide range of specialized utilities, including a browser-based text transformer for character encoding and terminology mapping, and tools for bypassing content censorship. It provides advanced web scraping capabilities such as deciphering obfuscated download links, agg

    Automatically loads additional pages of content as the user scrolls down to create a seamless experience.

    JavaScriptadd-onauto-scrollautopager
    在 GitHub 上查看↗4,065
  1. Home
  2. Web Development
  3. Infinite Scroll Implementations