Skip to content

Instantly share code, notes, and snippets.

@MiguelSavignano
Last active December 29, 2017 21:24
Show Gist options
  • Save MiguelSavignano/a220af226de32815d8f27e96a792054f to your computer and use it in GitHub Desktop.
Save MiguelSavignano/a220af226de32815d8f27e96a792054f to your computer and use it in GitHub Desktop.
Best React components.
<InfiniteScroll
    pageStart=0
    loadMore={loadFunc}
    hasMore={true || false}
    loader={<div className="loader">Loading ...</div>}>
  {items} // <-- This is the "stuff" you want to load
</InfiniteScroll>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment