Description:
react-virtualized-tree is a tree view react library built on top of react-virtualized. Its main goal is to display tree like data in a beautiful and fast way. Being a reactive library it uses children functions to achieve maximum extensibility. The core idea behind it is that anyone using it is enable to create a tree as they intent just by rendering their own components or components exported by the tree.
Installation:
# Yarn $ yarn add react-virtualized-tree # NPM $ npm install react-virtualized-tree --save






