joyent-portal/spikes/list/react-infinite
Sérgio Ramos 929eb86b27 add note on the batch logic 2016-11-21 17:33:10 +00:00
..
src increase batch size 2016-11-21 17:29:47 +00:00
static implement react-infinite example 2016-11-21 09:54:50 +00:00
webpack Adding in fake data to infinite scroll list 2016-11-21 14:15:00 +00:00
.babelrc implement react-infinite example 2016-11-21 09:54:50 +00:00
package.json Adding in fake data to infinite scroll list 2016-11-21 14:15:00 +00:00
readme.md add note on the batch logic 2016-11-21 17:33:10 +00:00

readme.md

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)
  • 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