Replies: 2 comments
-
@vue-flow/core": "1.42.5“ |
Beta Was this translation helpful? Give feedback.
0 replies
-
After a long period of testing. I think it's may because of the pina store . I'm using the pina store to store nodes and edges. When there are many nodes using pina store will slow to drag the nodes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a great project.
I'm using this in my vue project, the code likes the below:
For some reasons, I add nodes more than 60 (In the future, it may exceed 100), then it becomes slow (not smooth) to drag nodes or connect nodes.
My nodes and edges are all Customizing Appearance, but remove the custom nodes and edges it's still not smooth.
When use the react-flow in react project (this is the old project ,we want to change it to vue). The same nodes and config. It's smooth to drag or connect.
Before I'm using vue : 3.5.13 and vite : 6.0.3 , I guess maybe the vite build tool is slow, so I changed the vite to rspack,but still not work.
Maybe it's not due to vueflow, I will make a simple test for this.
Do you have any suggestions?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions