▲ | philipwhiuk 4 hours ago | |
HTMX is full of JavaScript. Server-side-rendering without JavaScript is just back to the stuff Perl and PHP give you. | ||
▲ | bdcravens 3 hours ago | parent | next [-] | |
I don't think the point is to avoid Javascript, but to avoid depending on a random number of third-parties. > Server-side-rendering without JavaScript is just back to the stuff Perl and PHP give you. As well as Ruby, Python, Go, etc. | ||
▲ | norman784 2 hours ago | parent | prev | next [-] | |
HTMX does not have external dependencies, only dev dependencies, reducing the attack surface. | ||
▲ | hosh 3 hours ago | parent | prev [-] | |
Do you count LiveView (Elixir) in that assessment? |