DEV Community

Discussion on: The weirdly obscure art of Streamed HTML

Collapse
 
tigt profile image
Taylor Hunt

Hotwire’s Turbo Streams sound similar, but they’re surprisingly different — they’re JS-powered ways to do in-page updates from a subresource. Streamed HTML is a no-JS technique that works for the very first round-trip.

Collapse
 
gabrielfallen profile image
Alexander Chichigin

Indeed. They just look similar to that <await> tags. And the overall "use as much good 'ol HTML as possible" attitude. :)

Thread Thread
 
tigt profile image
Taylor Hunt

Yeah, the attitude itself I am all in on.