iannotian / BigBisonChat-React

React client for BigBisonChat
https://chat.bigbison.co
0 stars 0 forks source link

Load previous messages on scroll up #2

Open iannotian opened 5 years ago

iannotian commented 5 years ago

When scrolling up, previous messages should load. By default, only pinned messages should load.

Relevant links for solution: https://leopard.in.ua/2014/10/11/postgresql-paginattion#.XK9kNS-ZPOQ

Some engineers suggested using LIMIT/OFFSET to start, then eliminate duplicates in the front-end, leveraging unique message IDs.