react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
Feature ask: do not block client scrolling
Expected behavior: when user scrolling down, we do not want to block the scrolling. Let the component renders box frames, wait for the async data fetching and backfill those placeholders. Is that doable in current version?