/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Show HN: Turn Markdown into React/Svelte/Vue UI at runtime, zero build step
(markdown-ui.com)
193 points
yaoke259
| 5 comments |
26 Aug 25 10:13 UTC
|
HN request time: 0.301s
|
source
1.
_heimdall
◴[
26 Aug 25 12:00 UTC
]
No.
45025324
[source]
▶
>>45024532 (OP)
#
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
#
ID:
GO
2.
yaoke259
◴[
26 Aug 25 12:07 UTC
]
No.
45025420
[source]
▶
>>45025324 (TP)
#
so runtime use cases like LLMs can be supported, in the Chat example you can interact with a real llm!
3.
snickerdoodle12
◴[
26 Aug 25 12:17 UTC
]
No.
45025517
[source]
▶
>>45025324 (TP)
#
Only if you're using jsx
4.
whalesalad
◴[
26 Aug 25 12:33 UTC
]
No.
45025648
[source]
▶
>>45025324 (TP)
#
You can just include Vue on a page and go to town, no build step needed.
replies(1):
>>45026150
#
5.
_heimdall
◴[
26 Aug 25 13:19 UTC
]
No.
45026150
[source]
▶
>>45025648
#
Oh nice! I mostly use svelte and react, shouldn't have assumed Vue requires a build as well.
↑