Efficiently Display Large Data with react-cluster


Summary of my bookmarked Github repositories from Apr 19th, 2016

Github repositories

  • ayrton/react-cluster

    react-cluster is a React component designed to efficiently display large amounts of data within a scrollable container. It offers various props, including children, className, height, onIndexChange, onScrollChange, onScrollEnd, and rowHeight. The component provides three ways to interact with it: onIndexChange is triggered when the row index changes, onScrollChange is called when the cluster is scrolled, and onScrollEnd is fired when the cluster is scrolled near the end. The project is open for contributions on GitHub and is released under the MIT License.