stardust-ui / react-old

MOVED TO: http://github.com/stardust-ui/react
MIT License
26 stars 2 forks source link

[RFC] feat: customized virtualized List #125

Open alinais opened 6 years ago

alinais commented 6 years ago

API update needed - request from partner team

A customized virtualized List sounds like a must have in Stardust, since for perf reasons in some scenarios we need a virtualized list. Right now I'm using React Virtualized List with its items being wrapped with Stardust's List.Item. So there is no parent Stardust List for them, and therefore there is no props (like className) being passed down by that parent List.

mnajdova commented 6 years ago

I will take a look into this.

brianespinosa commented 6 years ago

I believe this is the upcoming replacement version of react-virtualized. Apparently changes in the new version were significant enough to warrant a new package. https://github.com/bvaughn/react-window

levithomason commented 6 years ago

Please move to new repo.