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