joyent-portal/legacy/spikes/list/react-infinite
Sérgio Ramos 8295bd6882 chore: initial lerna setup
this shall be a progressive process
2017-05-25 10:56:50 +01:00
..
src chore: initial lerna setup 2017-05-25 10:56:50 +01:00
static chore: initial lerna setup 2017-05-25 10:56:50 +01:00
webpack chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.babelrc chore: initial lerna setup 2017-05-25 10:56:50 +01:00
package.json chore: initial lerna setup 2017-05-25 10:56:50 +01:00
readme.md chore: initial lerna setup 2017-05-25 10:56:50 +01: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