bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.49k stars 778 forks source link

Limit of Lists in a single page #730

Open sandeep737462 opened 11 months ago

sandeep737462 commented 11 months ago

Hello,

What is the maximum limit of FixedSizeList and VariableSizeList components that I could have in a single page. Need to know the threshold of lists that I could have in the project I'm working on.

Thanks in advance.