emission icon indicating copy to clipboard operation
emission copied to clipboard

[Artworks] Optimise by removing cells that are offscreen

Open alloy opened this issue 8 years ago • 2 comments

See what RN’s ListView does and replicate that.

alloy avatar Jun 01 '16 15:06 alloy

We should also support cancelling networking requests related to offscreen, and ideally when the view has been pushed from the top of a nav stack. SDWebImage 4.x has support for cancel tokens, so it's worth some effort on creating something to maintain those probably

orta avatar Jun 01 '16 15:06 orta

One crazy idea would be to create a masonry grid out of a ListView per column, that way it already handles the need to remove views that are no longer on-screen.

alloy avatar Jul 19 '16 10:07 alloy