How to implement pagination in Front End?
2022年5月1日小于 1 分钟
How to implement pagination in Front End?
Question
There are a few kinds of pagination, like infinite scroll, prev/next style or page number based interaction.
Think about the pros and cons for each and talk about how the API should be like.