Claudéric Demers

Results 81 comments of Claudéric Demers

Hey there, Thought I'd chime in since I've been using React Virtualized for a while now. I'd like to start off with a massive thank you. This project has truly...

@bvaughn Thanks man, glad you appreciate it! And thanks for the shoutout! 😊 As for drag and drop... It was quite an interesting challenge to solve. Anytime elements come in...

@bvaughn Finally open-sourced the sortable higher-order component 🎉 It's still fairly experimental, but if you're looking for a dead-simple solution to add sortable functionality to your existing components or to...

Hey @jacobsmith, It's really hard for me to help you just based on a screenshot. Are you able to share a reproductible test case of this issue on [codesandbox](https://codesandbox.io/s/new)?

This is do-able, but I'm not clear on what the benefits would be. Have you tested the performance of this approach over the current approach?

You still need to provide exact height measurements for every single item, and you won't be able to use margin between the items, so I'm still not sure I see...

Slightly unrelated question to this PR, but I am curious, how are you getting the size of the items? Have you tried increasing the `estimatedItemSize` prop? With regards to the...

The advantage of just-in-time measuring is that items can be lazily measured from the DOM as they are about to enter the viewport. Having to pre-measure the elements ahead of...

Latest changes look great, will play around with it again over the week-end and merge this PR if all looks good 👍