React Component For Efficiently Rendering Large Tree Structures – vtree

Description:

vtree is a lightweight and flexible solution for rendering large tree structures. It is built on top of the react-window library.

Installation:

# Yarn
$ yarn add react-window react-vtree
# NPM
$ npm i react-window react-vtree
// Fixed size tree
import {FixedSizeTree as Tree} from 'react-vtree';
// Variable size tree
import {VariableSizeTree as Tree} from 'react-vtree';

Preview:

React Component For Efficiently Rendering Large Tree Structures

Add Comment