Hacker News new | ask | show | jobs
by deznu 621 days ago
I’m curious what about HTTP/3 is particularly advantageous with HTMX?
1 comments

A common use case of HTMX is sending fragments when scrolling.

Since http/3 uses udp to send the fragments, duplicate packet information doesn’t have to be sent.

Kind of funny the newer protocol effectively works in the opposite direction of GraphQl.

Network congestion management is gonna be wild in the coming decade with the proliferation of udp based protocols