react-progressive-list
react-progressive-list copied to clipboard
Render React Lists progressively
Is there a way to fix this?
1. Converting div to ul 2. Adding role attribute
Hello. Thank you for your lib, it is very efficient and simple. There is a problem with blocking updates. You use pure components from the React. https://github.com/mattcolman/react-progressive-list/blob/662f188f7a9bc8668d2d52b2b0c70079b3d3a73c/src/ReactProgressiveList.js#L34 But this does...
If you scroll down, there is a sweet-spot where you can view the spinner div fully without triggering the next batch to load. ...
Hey, great library, super simple to setup, unlike react-virtualized.. I was wondering how complicated is it to unmount items which have left the view?