T
TanStack3y ago
fair-rose

Reverse infinite scroll

How we can implement reverse infinite scroll? I tried following with flex flex-col-reverse and it didnt work. main usage for this is infinite scroll in chats https://stackblitz.com/edit/vitejs-vite-222brz?file=src%2Fmain.tsx
Kasun Vithanage
StackBlitz
Vitejs - Vite (forked) - StackBlitz
Next generation frontend tooling. It's fast!
2 Replies
typical-coral
typical-coral16mo ago
Medium
Reverse Infinite Scroll in react using TanStack Virtual
Infinite scrolling is a popular technique used to load content dynamically as the user scrolls down a page. This can be particularly useful…
typical-coral
typical-coral16mo ago
Check out the codesandbox

Did you find this page helpful?