wadackel / react-stack-grid

Pinterest like layout components for React.js
https://wadackel.github.io/react-stack-grid/
MIT License
870 stars 77 forks source link

How to do Windowing (virtualizing lists) #52

Open Mochlate opened 6 years ago

Mochlate commented 6 years ago

Does this lib have a way for us to do windowing to increase performance?

https://reactjs.org/docs/optimizing-performance.html#virtualize-long-lists

oyeanuj commented 6 years ago

@tsuyoshiwada Is lazy-loading or windowing in the plans for this library?

@Mochlate What solution did you end up with?

withintheruins14 commented 6 years ago

does this support loading additional data with callbacks?