Hacker News new | ask | show | jobs
by revskill 1212 days ago
"Concatenates text and fires it off to the browser in a straightforward and predictable way."

What ? It's in 2023, you don't want to concanate text ?

2 comments

That would rule out almost all server side templating systems, and most non-JSX client side ones (svelte, vue and angular all involve it to some extent) so I don't think that's quite right.

I think maybe you've misread the author talking about the fact that most server side templating systems are fundamentally fancy ways to concatenate text as meaning writing the literal text concatenation yourself without having a library do it for you?

Everything concatenates text before render, including react. I don't think he was implying you have to do it manually.