wadackel / react-stack-grid

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

unnecessary reordering? #54

Open mattkrick opened 6 years ago

mattkrick commented 6 years ago

stackgrid

in my app i have text inside the cards & cards will get added & removed in real time, so i'd like to minimize the amount of shuffling. from the animation above, you can see that sometimes appending an item triggers a new column & can shuffle all a few cards to the left. happy to work on a PR if this isn't intentional.