Replies: 1 comment
-
Ok, I realized that However, would appreciate if someone can enlighten me if this approach is optimal. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I understand, in order to implement reverse endless scroll, I need to make use of
firstItemIndex
, as shown in the example.Does that mean I will have to maintain my custom
index
of the data list, instead of relying on the list's actual index (starting from0
, ends atlist.length - 1
)?Basically I will need to have a key that naturally increments as new items are added to the list?
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions