←back to thread

193 points yaoke259 | 2 comments | | HN request time: 0.566s | source
Show context
_heimdall ◴[] No.45025324[source]
Svelte, react, and vue all require a build step if I'm not mistaken. What's the value in delaying markdown transformation until runtime?
replies(3): >>45025420 #>>45025517 #>>45025648 #
1. whalesalad ◴[] No.45025648[source]
You can just include Vue on a page and go to town, no build step needed.
replies(1): >>45026150 #
2. _heimdall ◴[] No.45026150[source]
Oh nice! I mostly use svelte and react, shouldn't have assumed Vue requires a build as well.