Closed daslicht closed 4 years ago
Hey @daslicht 👋
Yeah, it's possible. You wouldn't even need this component. Check the svelte:component
special tag in svelte's doc: https://svelte.dev/docs#svelte_component (svelte-loadable
uses it behind the scenes)
Thank you ! But how do you add an unknown number of components ?
Hi, is it possible to load component without first defining the
<Loadable
/>eg load component and then simply insert somewhere decided at runtime.