0

I was searching for implementation of bi-directional infinite scrolling and discovered this:

jfiddle script

This script provides many insights, but is broken right now.

<List>
  {thousandelements.map(function() { return <Element /> })}
</List>
  • Wanting to understand the inner mechanism of bi-directional infinite scrolling, I was not able to figure out the logic with the broken script.

Can someone kindly fix the script, thank you in advance.

Ref: (Vjeux's solution)

Kevin
  • 125
  • 5

0 Answers0