from Hacker News

Streaming HTML out of order without JavaScript

by ducaale on 6/2/25, 12:56 PM with 3 comments

  • by machinate on 6/3/25, 12:04 AM

    I was convinced Firefox didn't support rendering partial HTML at all, but it turns out it just waits for two separate chunks to arrive before rendering. Queer.

    Can't find any documentation on this online.

  • by pawanjswal on 6/3/25, 5:06 AM

    This is a great new way to think about progressive enhancement! It's really cool to see Shadow DOM and streaming HTML work together so well.
  • by mediumsmart on 6/3/25, 5:39 AM

    This is great. Finally I can render the footer first without having to load jquery first first.