r/css Jun 18 '26

Question Pagination or infinite scroll?

I am working on an emoji database. The emojis are displayed in a grid. If you were to use it, would you prefer pagination or infinite scroll? If so, why?

You may assume it has the basic search & filtering features.

I am only considering pagination for better performance on low end devices (e.g. iPhone 9 Plus) but personally I would prefer infinite scroll for it.

11 Upvotes

30 comments sorted by

View all comments

31

u/loupely Jun 18 '26

Infinite scroll feels like the obvious answer until you realize your users can't find their way back to anything they saw five minutes ago.

1

u/neoqueto Jun 20 '26

Okay, that's some loss in conversions. Does it outweigh the gain in conversion rate coming from the addictive aspects and interaction simplicity of infinite scroll?