top | item 32157833

(no title)

Starlevel001 | 3 years ago

Web devs have zero right to run their javascript disasters on my computer. Htmx outsources 99% of the rendering and logic to the server, where it can use up their valuable time.

discuss

order

tshaddox|3 years ago

Can you further explain your principles around the web? I'm curious to hear more. For instance, it sounds like you don't think web sites ought to be able to distribute JavaScript which executes on your computer in order to generate a user interface, but it seems you do think web devs have the right to utilize your internet bandwidth to download markup from a server in order to generate a user interface. Is that the case, and if so, why do you make that distinction?

Starlevel001|3 years ago

Theoretically my local computer is faster to render something than my network connection can download the pre-rendered content.

However, 99% of javascript blobs of hatred end up slower than downloading the pre-rendered content.

zakki|3 years ago

Maybe GP wants to access the information and not the unnecessary local processing?

Edit: wording

ng12|3 years ago

Why stop there? They should get their own end users as well.

n0us|3 years ago

If you hate it so much just turn off JavaScript and enjoy waiting for the page to reload every time you click on anything

andybak|3 years ago

Which is often faster than the response time of a client side app.