Hacker News new | ask | show | jobs
by ColonelPhantom 1460 days ago
A hypertext approach such as HTMX in fact does give you server rendering, since you send to the client a normal SSR page with some extra annotations that add SPA features.

For React, SSR is secondary. For HTMX, it is primary.