@zens@merveilles.town It's actually quite nice as a general-purpose templater, because of the whole reusable components thing (basically every other templater has hella leaky abstractions for this).
The mistake that people make is to do this on the browser side, when they *should* be rendering it server-side, and just serving static HTML. Which is 100% possible with React...