xyflow / xyflow

React Flow | Svelte Flow - Powerful open source libraries for building node-based UIs with React (https://reactflow.dev) or Svelte (https://svelteflow.dev). Ready out-of-the-box and infinitely customizable.
https://xyflow.com
MIT License
21.54k stars 1.43k forks source link

fix(react): handle setNodes batching once #4207

Closed moklick closed 3 weeks ago

moklick commented 3 weeks ago

Currently the batching for setNodes happens for each useReactFlow hook. This PR puts the batching logic into the store.