useEffect, and destroy it
on cleanup. No Svelte knowledge required.
1. Install
Your bundler needs the Svelte plugin.FlowDrop ships its UI as Svelte 5 components, so your bundler must compile them
(you won’t write any Svelte). With Vite, add
@sveltejs/vite-plugin-svelte and
svelte as dev dependencies and enable the plugin alongside the React plugin —
see the Bundler setup section of the quick start for the
full config.2. Mount the editor
FlowDrop needs a backend.It serves nodes and stores workflows. Point
endpointConfig at your API, or
run a ready-made server.Next steps
What is a workflow?
The mental model behind the editor.
Connect a backend
The REST endpoints FlowDrop calls.