vasturiano / 3d-force-graph

3D force-directed graph component using ThreeJS/WebGL
https://vasturiano.github.io/3d-force-graph/example/large-graph/
MIT License
4.64k stars 817 forks source link

Is there any example for usage in react+typescirpt project? #485

Closed SherloqueChang closed 3 years ago

SherloqueChang commented 3 years ago

In a .tsx file, I only know that I can use import ForceGraph3D from '3d-force-graph' to import module. However, when it comes to render() method in my class, the code given in the example seems incompatible. I don't know what to do with this situation.

vasturiano commented 3 years ago

Duplicate of https://github.com/vasturiano/react-force-graph/issues/312