August 2025
Intermediate to advanced
294 pages
6h 59m
English
Pagination is the best way of limiting the amount of data on an initial page load to the most important things a user would want to see. If they want more data, they can request more data either by scrolling to the bottom of the page and having more data load automatically (usually called infinite scroll) or by clicking a button to load more.
We’ll implement the more traditional method of having distinct pages of results, and letting users go backwards/forwards between pages via buttons at the bottom of the catalog.
Our first step in implementing pagination is to update our search action to use it. Ash supports automatic pagination of read actions[51] using the pagination ...
Read now
Unlock full access