Next.js Discord

Discord Forum

Display Long list

Unanswered
Samir posted this in #help-forum
Open in Discord
What should I use to display long list on my next 14 app?

17 Replies

list
or tables
using pagination
@Samir What should I use to display long list on my next 14 app?
Have a look at virtual list components
I tried react-virtuoso
And It didnt work as expected
I was loading 1000 items
it shows only 20 and after that all blank
Well, it worked fine for me, I was displaying thousands of items as well
@averydelusionalperson list
list
I used VirtuosoGrid component.
Can I show some code of implementation?
@averydelusionalperson list
I will be using it for endless scrolling
hmm
oh
um I can also use TanStack Virtual i guess
Tanstack Virtual looks good and its tiny aswell although you should be good just virtusio or react window