←back to thread

193 points yaoke259 | 5 comments | | HN request time: 0.301s | source
1. _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 #
2. yaoke259 ◴[] No.45025420[source]
so runtime use cases like LLMs can be supported, in the Chat example you can interact with a real llm!
3. snickerdoodle12 ◴[] No.45025517[source]
Only if you're using jsx
4. whalesalad ◴[] No.45025648[source]
You can just include Vue on a page and go to town, no build step needed.
replies(1): >>45026150 #
5. _heimdall ◴[] No.45026150[source]
Oh nice! I mostly use svelte and react, shouldn't have assumed Vue requires a build as well.