Y
Hacker News
new
|
ask
|
show
|
jobs
by
bilekas
851 days ago
> This is solved by React server rendering or RSC, e.g. through Next.
You realise that's just HTML with more steps?
1 comments
arvinsim
851 days ago
HTML doesn't solve routes as well as markup reuse. If you want to copypaste markup into it's own HTML and edit the contents, then you do you.
link
reactordev
851 days ago
<template> is completely reusable…
link