1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00
copilot/legacy/spikes/list/react-infinite/readme.md

7 lines
484 B
Markdown
Raw Normal View History

2016-11-21 11:54:50 +02:00
# react-infinite
- 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)
2016-11-21 19:33:10 +02:00
- 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