Created new library with different approach for virtual lists. [react-virtual-overflow](https://github.com/Morglod/react-virtual-overflow)
It automatically calculates visible rect of content, so you also dont need to track overflows on page. It also doesn't add any magic divs. You just specify any lists on your page as virtual and then everything works!
Was struggling with react-virtualized a lot
I created new library with different approach for virtual lists. [react-virtual-overflow](https://github.com/Morglod/react-virtual-overflow)
It automatically calculates visible rect of content, so you also dont need to track overflows on page. It also doesn't add any magic divs. You just specify any lists on your page as virtual and then everything works!
Was struggling with same thing a lot before