1 Repo
Determining next page URLs from selectors, templates, or custom functions to load sequential content.
Distinct from Dynamic Content Loading: Distinct from Dynamic Content Loading: focuses on deriving the next page URL from patterns in the current page, not general section swapping.
Explore 1 awesome GitHub repository matching web development · URL Pattern-Based Loading. Refine with filters or upvote what's useful.
Infinite Scroll is a JavaScript library that automatically loads and appends the next page of content when a user scrolls near the bottom of a container, or optionally when they click a button. It provides scroll-based pagination that fetches and inserts subsequent pages of content, with URL-driven content loading that determines next page URLs from selectors, templates, or custom functions. The library integrates with browser history, updating the URL and history state as new pages load while preserving scroll position so each page state is bookmarkable and refreshable. It is compatible with
Determines next page URLs from selectors, templates, or custom functions to load sequential content.