Introduction
The connection pattern helps you get lists of items in small parts, making it easy to load and show data step-by-step.
When showing a list of friends on a social media app, but only a few at a time.
When loading search results page by page to avoid waiting for all results at once.
When displaying messages in a chat app, loading older messages as you scroll up.
When showing products in an online store with many items, loading more as the user scrolls.
When you want to know if there are more items to load after the current list.