A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
Do you think it would be possible to do such a thing with this library, and can you point me in the right direction? If so I can try implementing it and submit a PR.
This is likely feasible using react-transition-group, yes, though this isn't something I've attempted myself. If you come up with something that you feel could help others, feel free to share it here!
It would be really neat to be able to use this together with https://reactcommunity.org/react-transition-group/ or some other solution that mimics this behavior.
Do you think it would be possible to do such a thing with this library, and can you point me in the right direction? If so I can try implementing it and submit a PR.