Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I'm trying to dynamically render Svelte to HTML at runtime, and I want to confirm if there's an official / sane way to do this.
Goal
I want to take the source code of a Svelte component as a string (not an already-imported module). That component can include imports of other local components. Then I want to:
I basically want:
Svelte source code (text) → rendered HTML string.This could run:
Beta Was this translation helpful? Give feedback.
All reactions