DEV Community

Discussion on: A React library to build Diagrams with ease

Collapse
 
lamagh profile image
lamagh

Hello Antonio, Thank you for the library. I need a way to constantly refresh the schema. To sort of make the schema a state and on a click in my website to update it. I have tried setting it using useState and as a prop. I even tried using useforceupdate for the functional component. But it still wont update.
Or if there was a addLink, like there is an addNode.
Thank you