Is it possible to use react sigma to visualize graph data from neo4j?

I’m trying to build a web application that loads data from neo4j graph database and visualize it with the ability to control node placement and send query to sort the graph in different ways. I’ve heard of neosigma library that connects neo4j database to sigma js for visualization, but i don’t know if it’s possible to use it with react-sigma, especially since i’m still learning react and javascript along with it.

The farthest i’ve gone is trying react-sigma basic and neosigma library. the former is successful but since it use the example dataset made from randomly generated names, i’m not sure on how it works with a database and the limitations, and the latter i’m not even sure where to start.