clauderic / clauderic/react-tiny-virtual-list
Suggestion: change padding-top & padding-bottom of the container
Open
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
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 they changing `padding-top` & `padding-bottom` of the parent container! (SUPER COOOL 🤩).

WDYT? can we refactor this lib to something similar?
Contributor guide
Assessment
This issue has not been assessed yet.