Reading Data
Infinite Scrolling
Implement infinite scrolling with PowerSync using paginated SQL queries against the local SQLite database.
There are a few ways to accomplish infinite scrolling with PowerSync, either by querying data from the local SQLite database, or by lazy-loading or lazy-syncing data from your backend.
Here is an overview of the different options with pros and cons: