Remix.run Logo
jgalt212 3 days ago

Server side rendering requires JavaScript on the server. So then you very often, but not always, violate "the clean and unbreakable separation of the back and front."

colejohnson66 2 days ago | parent [-]

Not necessarily JavaScript, but some kind of rendering or templating engine. As shown in the blog post, Go works.

jgalt212 2 days ago | parent [-]

right, but the person I was responding to mentioned JavaScript frameworks.

> Nowadays react/vue provide server side rendering as well so i'm not sure what Htmx has to bring.