Example to show how to use react-gojs in Javascript(ES6). It is similar to the typescript example (react-gojs in typescript).
You can try the live demo here.
- Node.js
- Yarn
- Run
yarn install
- Run
yarn run build
- Run
yarn start
GoJS is not designed to work out of the box with React.
This basic project shows how to create a GoJS diagram with react-gojs.
react-gojs provides a generic React component that wraps the diagram object and makes the integration in a React project easier.