christian0101 opened a new issue, #2875: URL: https://github.com/apache/incubator-kie-tools/issues/2875
Hello, I’ve been trying the standalone editor and looking at how it handles large models with hundreds of nodes. Whilst it’s doing a great job at rendering everything, any interaction with the editor such as zooming in and out is quite slow. This is expected as react flow is DOM based and there have been similar questions in their space [1, 2]. The react flow developers seem to suggest canvas based solution for large visualisations [2]. I was wondering if you have plans to switch to a canvas based solution for the editor or is the assumption that the DMN models are not manageable when those have hundreds/thousands of nodes? Thank you in advance [1] https://github.com/xyflow/xyflow/issues/723#issuecomment-1823976991 [2] https://github.com/xyflow/xyflow/issues/3044#issuecomment-1541584718 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
