1 مستودع
Data retrieval patterns that fetch content in reverse order to populate lists from the bottom up.
Distinct from Data Loading Optimizations: No candidates cover the specific architectural pattern of fetching data in reverse for chat-like lists.
Explore 1 awesome GitHub repository matching web development · Reverse-Chronological Data Loading. Refine with filters or upvote what's useful.
mescroll is a JavaScript infinite scroll library and mobile web scroll manager designed to implement pull-to-refresh and pull-up-loading patterns. It provides a system for handling touch-based scrolling, managing pagination states, and integrating these behaviors within Vue applications. The library distinguishes itself through specialized support for chat interfaces, enabling reverse-order data loading and the ability to inject data in a reverse direction to simulate message histories. It also includes a state-persistent scroll cache to preserve vertical offsets and list data when users navi
Enables fetching and displaying data from the bottom upwards to simulate a chat history.