Enhance Infinite Scrolling with ReactList


Summary of my bookmarked Github repositories from May 27th, 2020

Github repositories

  • caseywebdev/react-list

    ReactList is a versatile React component that enables infinite scrolling. It can be easily installed using Bower or npm and depends on React. The component offers various configuration options, and you can find examples on the example page and its source code. ReactList supports different scroll axes, allows initial scrolling to a specific index, and provides methods for scrolling to specific elements. It also offers customization options for rendering items and supports different types of lists based on item size variability. However, it's important to note that ReactList may encounter issues if used with the uniform type without providing uniform size elements.