←back to thread

Less Htmx Is More

(unplannedobsolescence.com)
169 points fanf2 | 2 comments | | HN request time: 0s | source
Show context
axegon_ ◴[] No.43620121[source]
> Updates that users would not expect to see on a refresh (or a new page load)

I always hated this idea. As a user, a refresh indicates that something is happening and it's abundantly clear when something is wrong. People don't always handle errors and in all fairness they shouldn't - a developer has no way of knowing what custom stuff I have on my browser, whether I'm using any blockers or pi-holes or whatever and they should not know. Simple navigation, refreshes and server side rendering is something which worked great, the web was fast and could run on anything with a graphical output. These days a single page eats up 150+ mb while it loads. All that so the page doesn't "refresh".

replies(2): >>43620225 #>>43620587 #
1. friendzis ◴[] No.43620587[source]
> a developer has no way of knowing what custom stuff I have on my browser, whether I'm using any blockers or pi-holes or whatever

That's a feature.

> and they should not know.

Yes, a fetch failing, DOM being updated is standard web behavior, interns handle that.

replies(1): >>43620650 #
2. axegon_ ◴[] No.43620650[source]
> interns handle that

Reality has entered the chat.