-
I don't provide free support through Github issues. If you want to ask for support or request features, [sponsor the project](https://github.com/sponsors/petyosi) and contact me over email.
If you ch…
-
**Description**:
Issue with drag and drop using react-virtuoso with react-beautiful-dnd on mobile (works fine with a mouse or laptop touchpad). The issue is that you have to hold the drag handle of t…
-
Im trying to combine react-window with react-window-scroller - but something strange is happening.
If you scroll to the bottom of the list and then try scrolling horizontally, all content disappears…
-
**Describe the bug**
In our project, we want to add some resize and dnd functionality using `react-draggble`.
So we have a component, where we have imported `TableVirtuoso` from `react-virtuoso` and…
-
## Asking a Question?
I was trying to update a project that uses this library, when I noticed some errors already reported in the Issues, some of them even tag the author of this project and no answe…
-
Implement either pagination or virtualization/infinite scroll to improve loading times once many images are uploaded. This project needs to be able to handle thousands (tens of 1000s is in scope, 100…
-
Hi, this is more of a suggestion because of how slow it is on mobile device. We could optimize the rendering by using a package such as react-virtuoso.
-
### Describe the bug
I have a feed of dynamic items, like iframes, photos, and text. When I scroll downward, everything works great and the scrolling is smooth, as measured items that increase in hei…
-
When `DynamicSizeList` contains responsive components (using JS) inside of the row and these components affect the height of the list (i.e. `height: 1px;` or `margin-top: 8px;`), then scrolling to the…
-
I followed [**this example**](https://codesandbox.io/s/react-chat-simulator-yg114). It is working fine. But there is a problem with my implementation and I could not see what I am missing.
I am getti…