react-progressive-list icon indicating copy to clipboard operation
react-progressive-list copied to clipboard

Render React Lists progressively

Results 7 react-progressive-list issues
Sort by recently updated
recently updated
newest added

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. ![screen shot 2018-11-19 at 13 18 47](https://user-images.githubusercontent.com/2146999/48706815-ab6b7680-ebfd-11e8-98e0-26143aa871d1.png)...

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?