Overview of react-force-graph packages
masterThe react-force-graph suite provides React bindings for various force-directed graph visualizations. It exports four standalone packages with identical interfaces, allowing you to choose the rendering engine that best fits your needs:
react-force-graph-2d: Uses HTML Canvas for 2D rendering.react-force-graph-3d: Uses ThreeJS/WebGL for 3D rendering.react-force-graph-vr: Uses A-Frame for Virtual Reality (VR) rendering.react-force-graph-ar: Uses AR.js for Augmented Reality (AR) rendering.
All components support zooming, panning, node dragging, and node/link hover or click interactions. They use d3-force-3d as the underlying physics engine.