From 929eb86b27e3f5942397bfd0a38e55e915c9be0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 21 Nov 2016 17:33:10 +0000 Subject: [PATCH] add note on the batch logic --- spikes/list/react-infinite/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spikes/list/react-infinite/readme.md b/spikes/list/react-infinite/readme.md index fc25cb0e..f6ac9599 100644 --- a/spikes/list/react-infinite/readme.md +++ b/spikes/list/react-infinite/readme.md @@ -3,4 +3,5 @@ - not fetching when scrolling to the end of a big list - it's keeping the location when we filter (kinda) - tried with 100000 rows and it scrolled flawlessly, but it struggled filtering (I assume that the filter itself it the reason) - - because the calculations are based on a fixed container height, we might need to figure out how to handle a responsive ui where the height changes \ No newline at end of file + - because the calculations are based on a fixed container height, we might need to figure out how to handle a responsive ui where the height changes + - I notice that instead of recycling rows progressively, it does it in batches \ No newline at end of file