Lazy Load + Unload Option
Open
- Dominant language
- JavaScript
- Stars
- 11.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Continuing the thread from #1168
I have a use-case where each slide item is pretty complex and i have potentially 100s of items. I currently use lazy-load which is great for the first few items, but then gets exponentially worse as I add more and more items. If there was a way to unload the items after you've viewed them (ie. after swiping left to go to the next image) that could significantly help the runtime of my use case. Is there any chance you guys could develop something like this?
Contributor guide
Assessment
This issue has not been assessed yet.