Earlier quoted context omitted.
If all you want to do is serve up HTML... you don't pick react.
I've used React as a server-side templating language on many projects small and large. The main feature that makes React great for rendering HTML is higher-order components. In my experience any project of sufficient complexity starts to get ugly with a "regular" templating language. React encourages composition of small isolated components, which tends to result in code that is easier to understand and maintain. Adm…
Really everything is delivering HTML ... and maybe something else.
I was thinking in the simplest form as the person I was responding to seemed to be saying that just to do something ultra basic react was not something they liked.