BFE.dev
Front-End Interview Questions124. How to implement pagination in Front End?

124. How to implement pagination in Front End?

Architecture Amazon
Share

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.

prevnext
Request SolutionAIPosts(1)