Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1012 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 1012 Bytes

Build Status

react-gojs-example-es6

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.

Requirements

  • Node.js
  • Yarn

Build and Start

  • Run yarn install
  • Run yarn run build
  • Run yarn start

How it works?

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.

License

MIT License