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 是一个 JavaScript 无限滚动库和移动端 Web 滚动管理器,旨在实现下拉刷新和上拉加载模式。它提供了一个用于处理触摸滚动、管理分页状态以及在 Vue 应用程序中集成这些行为的系统。 该库的特色在于对聊天界面的专门支持,能够实现反向数据加载,并能够以反向注入数据来模拟消息历史。它还包括一个状态持久化的滚动缓存,以在用户在不同视图之间导航时保留垂直偏移量和列表数据。 该项目涵盖了广泛的交互和性能功能,包括抑制原生浏览器回弹效果、视口感知图像懒加载以及程序化滚动定位。它还提供了用于管理分页状态、自定义加载和空状态 UI 以及实现返回顶部导航的实用工具。
Enables fetching and displaying data from the bottom upwards to simulate a chat history.