Efficiently Display Tree-Like Data with react-virtualized-tree Library


Summary of my bookmarked Github repositories from Oct 23rd, 2019

Github repositories

  • diogofcunha/react-virtualized-tree

    react-virtualized-tree is a react library designed for efficiently displaying tree-like data. It offers a beautiful and fast way to render trees, using children functions for extensibility. The library allows users to create trees by rendering their own components or components provided by the tree. Demo and documentation can be found on the website. Installation is done through npm or yarn, and basic styles and icons can be imported. The library has minimal external dependencies, with react, react-dom, and react-virtualized being the only required peer dependencies.