react-tiny-virtual-list icon indicating copy to clipboard operation
react-tiny-virtual-list copied to clipboard

A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!

Results 54 react-tiny-virtual-list issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Hello, I was trying out this library **v2.2.0**, with the `stickyIndices` feature. When I tried `stickyIndices=[0, 5, 10]` everything works nicely. But when I tried an array that does not...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

Following the issue on `react-telephone-input` library that uses `react-tiny-virtual-list` https://github.com/mukeshsoni/react-telephone-input/issues/283 When I run jest tests I get this warning: ![image](https://user-images.githubusercontent.com/57143717/77324044-1b1bd500-6d0e-11ea-8329-932f86fdfe6a.png) It looks that the library uses outdated life cycle methods....

There is an option `stickyIndices` for setting some items to be sticky to the top edge of container. Is there an option to set some items to be sticky to...

Hey, thanks for the great tiny module. There is a small problem in case there are elements with `position: fixed` inside the virtualized list (container) which is settings `will-change: transform`....

How can I have the VirtualList render a `` element instead of a ``? I see it's actually rendering two nested divs to accomplish the task so maybe this lib...

Hi, I've investigated how virtuallization of Instagram works and saw that they are not using `position: absolute` at the children & not updating children positioning / styles at all, instead...

See #66. This is the minimum change required for React 17 compatibility. The warning thrown by React 16, for reference: ``` Warning: componentWillReceiveProps has been renamed, and is not recommended...

The use of [componentWillReceiveProps](https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops) will be deprecated in the future major version of react (17). The current react version throws a warning in the console for the use of the...