Just a general question about Suspense -
I'm looking at an infinite scroll feed that currently uses react-window
.
The feed items would normally take a lot of memory.
I am wondering if Suspense can only help with lazy loading those components or if there is a way to remove the items once they're out of view.