Reverse infinite scroll direction like chat apps
Does anyone know how can I achieve upward scrolling like other chat platforms that is load data on scrolling up instead of scrolling down
using the tanstack virtual
1 Reply
national-gold•4mo ago
There are few example in https://github.com/TanStack/virtual/discussions/195
GitHub
Any guidance on a reversed virtual list with dynamic elements? · T...
We have been using react-virtual for a few months, and love the fact that the library is headless and allow us to do things our way... However, we are trying to build a chat-like virtual list that ...