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

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.
<template> is completely reusable…