Replies: 2 comments 3 replies
-
FWIW, we have the tool and library that convert MD/HTML strings into valid VanJS statements. You can refer to the "HTML/MD to VanJS" page of VanJS website. |
Beta Was this translation helpful? Give feedback.
2 replies
-
oh, this is a very interesting discussion, I've asked myself this question many times As a result, I realized that the most convenient option for me is to use Bun.macros for SSR / SSG |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have previously created a personal portfolio in SvelteKit where I was able to make use of both SSG and SSR using prerender. I wish to have some part of the blog use JavaScript for theming and simple animation (like hamburger menu, page transition, etc), but I also want the blog part (which will probably use Markdown) to be transpiled to HTML. Would appreciate discussions on what tools and libraries I should go with.
Beta Was this translation helpful? Give feedback.
All reactions