htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext
htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react
im not aware of any content oriented websites that are switching to client rendering.
look at any news website - all rendered on backend, because it makes the most sense for composition, SEO and performance.
It’s essentially why people have moved away from server side rendering.
It is way less resource intensive to send just the data and let the client do the rendering. Both in data transfer and compute.
im not aware of any content oriented websites that are switching to client rendering.
look at any news website - all rendered on backend, because it makes the most sense for composition, SEO and performance.