This project has graph visualization components .
The components published from this library exist in the src
directory.
There is a demo directory containing mdx deck based presentation showing the components in action and used to develop the components.
Run
npm run dev
which runs the demo mdx deck presentation on a port defined in the webpack.config.js file.
This will produce an installable npm tgz file which can be copied to another project and installed.
npm pack
This command will produce a self contained html file.
npm run prod
Please open the self contained html in demo/dist
Here is one visualization I have been attempting to adapt. It utilizes this d3 fork library
I am trying Recoil as a state management library and it appears to be useful