React component for WebGL-based graph visualization
Top 42.9% on sourcepulse
Reagraph is a high-performance WebGL-based network graph visualization library for React applications. It targets developers building complex interactive network visualizations, offering a performant and feature-rich solution for rendering large graphs with advanced features like pathfinding and clustering.
How It Works
Leveraging WebGL, Reagraph achieves high performance by offloading rendering to the GPU. It supports various graph layouts (Force Directed, Circular, Tree, Hierarchical, Radial) and offers advanced features like node sizing based on attributes, pathfinding, clustering, and customizable node/edge rendering.
Quick Start & Requirements
npm i reagraph --save
or yarn: yarn add reagraph
.Highlighted Details
Maintenance & Community
npm start
which opens a Storybook page.Licensing & Compatibility
Limitations & Caveats
The README does not detail specific performance benchmarks or known limitations regarding browser compatibility or maximum graph sizes.
2 days ago
1 week