diff --git a/frontend/src/lib/components/Popover.svelte b/frontend/src/lib/components/Popover.svelte index f2995fcf68..5b6bf5be93 100644 --- a/frontend/src/lib/components/Popover.svelte +++ b/frontend/src/lib/components/Popover.svelte @@ -1,6 +1,7 @@
IIFE JS code Bundle that contains an IIFE code that will mount itself to the root element. Any framework - of vanilla JS can be used to create an app and templates are provided for the major + >Bundle that contains an IIFE code that will mount itself to a "root" element. Any framework + or vanilla JS can be used to create an app and templates are provided for the major frameworks: React/Vue/Svelte. In those frontend apps, it is possible to inline scripts - directly to be executed by windmill backend which make it a convenient way of building apps + directly to be executed by windmill backend which makes it a convenient way of building apps with both frontend and backend all-in-one.