memgraph / orb

Graph visualization library
Apache License 2.0
363 stars 17 forks source link

React template #104

Closed alexanderbsd closed 4 months ago

alexanderbsd commented 4 months ago

Hi all,

Is there a simple template for React? Trying to integrate it using useRefs and orb.view.render doesn't seem to be called from useLayoutEffect. Thank you

AlexIchenskiy commented 4 months ago

Hello @alexanderbsd, thank you for your interest! You can find a working example here. It uses useLayoutEffect along with useRef in the CustomOrbGraphImpl component to get it to work. If it does not seem useful, feel free to share your code so we can figure out how to make it work. I hope it helps!

alexanderbsd commented 4 months ago

Works well. Thanks a lot!

AlexIchenskiy commented 4 months ago

Glad I could help, feel free to ask if you have any further questions :)