I have a react frontend with a Python backend. I am using Python to connect to the neo4jDB and run cyphers.
I want to visualize a graph from a cypher in react.
What are the possible ways to do it?
I have a react frontend with a Python backend. I am using Python to connect to the neo4jDB and run cyphers.
I want to visualize a graph from a cypher in react.
What are the possible ways to do it?
There are some options discussed here.
Thank you for the reply.
I should have been more clear. I am aware of the above methods. I wanted to see if I could display the graph in my React app from the data sent from the python backend connected to neo4j.