using mxGraph in React
npm install mxgraph-react-hybrid이 프로젝트는 mxGraph 를 최대한 활용하여 React에서 연동하여 사용할 수 있도록 작성되었습니다.
mxGraph Core만 필요할 경우 npm install mxgraph 또는 npm install mxgraph-js를 사용하세요.
mxGraph 홈페이지의 grapheditor 샘플을 바로 사용할 수 있습니다.
* mxGraph 수정이 필요한 경우 public 폴더의 소스를 수정하세요.
* grapheditor 기능까지 모두 구현된 샘플이 존재한다면 알려주세요.