nicolaserny / react-gojs-example-es6

Example to show how to use react-gojs in es6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example to show how to use react-gojs in es6

License:MIT License


Languages

Language:JavaScript 85.6%Language:HTML 8.7%Language:CSS 5.7%