Skip to content

React Tree

@wroud/react-tree is a virtualized tree component for React. It focuses on performance and customization so you can efficiently render large hierarchies.

Key Features

  • Virtualization for rendering only the visible portion of large trees.
  • Node Selection built in through the useTree hook.
  • Custom Renderers to override node controls or content.
  • Async Loading support for fetching children on demand.
  • CSS Customization via class maps and optional default styles.

Released under the MIT License.