#Render a svelte (framework) component through a typescript file

1 messages · Page 1 of 1 (latest)

real heart
#

Why isn't this possible? I'm trying to render the svelte file when something is clicked.

rotund rock
#

I dont think you can render svelte components like that - what you can do is set state for your svelte component to be rendered/updated and then be either rendered or not.
Maybe @merry ore can say more about that