stalkerg / monstergraph

monstergraph is a fully client side JavaScript diagramming library
Apache License 2.0
5 stars 2 forks source link

Maybe we should drop mxEditor #2

Open stalkerg opened 6 years ago

stalkerg commented 6 years ago

All this stuff (popup menu, toolbar...) will be better if you implement on your framework (Svelte/React/Angular)... Monstergraph I think should be much simpler than mxGrpah.

ronnyek commented 6 years ago

I personally think you should componentize it and enable/disable... one of the biggest PITA parts of a web application is all of the layout stuff, and there may be people wanting to utilize bits here and there

ronnyek commented 6 years ago

(as a question... what is the intention here... to just build a typescript version of mxgraph, or to make fully enabled angular components wrapped around mxgraph?)

stalkerg commented 6 years ago
  1. typescript it's maybe future plan but not now.
  2. I wont to make mxGraph as a modular ES6 project to build many different formats by rollup. I am not using Angular, my current framework it's Svelte.