react-native-bidirectional-infinite-scroll
react-native-bidirectional-infinite-scroll copied to clipboard
WIP: Web support
- 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
I've tried this out over the weekend and put some thoughts here
No hard feelings, but at the moment this
webimplementation is noticeably slower than the web implementation fromreact-native-webFlatlistI've tried playing around with
overscanbut it doesn't seem to affect the issueIt looks like Virtuoso is the bottleneck though I'm not 100% certain
Hey @kidroca can you share some screen-recording? Just to understand !!