react-native-bidirectional-infinite-scroll icon indicating copy to clipboard operation
react-native-bidirectional-infinite-scroll copied to clipboard

WIP: Web support

Open vishalnarkhede opened this issue 4 years ago • 2 comments

  • Using react-virtuoso to power web support for infinite scrollable list, keeping the same API as FlatList
  • https://codesandbox.io/s/rnw-support-infinite-scroll-3i4q3?file=/src/MessageListExample.tsx

vishalnarkhede avatar May 24 '21 09:05 vishalnarkhede

I've tried this out over the weekend and put some thoughts here

No hard feelings, but at the moment this web implementation is noticeably slower than the web implementation from react-native-web Flatlist

I've tried playing around with overscan but it doesn't seem to affect the issue

It looks like Virtuoso is the bottleneck though I'm not 100% certain

Hey @kidroca can you share some screen-recording? Just to understand !!

vishalnarkhede avatar Jul 17 '21 10:07 vishalnarkhede