react-infinite
react-infinite copied to clipboard
Major Garbage Collection causes lag
I have created a simple table using react-infinite.
The table shows 5000 rows, everything is fluid and awesome.
The only problem is that, sometimes, chrome triggers a Major CG that takes a while to complete and makes the table lag (if you are scrolling).
Is there any optimization I can do to prevent this Major GC?
Thanks for the awesome component!

Sounds like object pooling would be a good choice for this.