dantrain / react-stonecutter

Animated grid layout component for React
http://dantrain.github.io/react-stonecutter
MIT License
1.21k stars 72 forks source link

Infinte Scroll & Filtering? #32

Open WebTalentTop opened 7 years ago

WebTalentTop commented 7 years ago

I think these 2 features are very important. Are you planning to add these features

dantrain commented 7 years ago

Hello,

Filtering can be done as normal with React. You can pass your filtered list of items into the Grid, making sure the keys remain the same for items that remain (see the React docs).

Infinite scroll is something I'd like to look into in future but it may require significant changes.