bvaughn / react-window

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

React-Window with React-Idle-Timer #655

Closed kumark86 closed 3 weeks ago

kumark86 commented 2 years ago

We are using both react-window and react-idle-time libraries in our project. But when we use both combination, the list re-render the entire list whenever scroll, mouse move, etc.

Please help to avoid the re-render issue?