React Infinite List
React component to manage infinite list with the IntersectionObserver API.
Installation
yarn add react-infinite-scroll-list
Note: This library is based on the IntersectionObserver API, it's not yet widely supported. Check the compatibility table and add a Polyfill to your needs!
Usage
Import the module in your application:
Then use it juste like that:
Run Storybook
yarn start-storybook
Build Storybook
yarn build-storybook
Run the test
yarn test