All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Chrome 148 introduces declarative partial updates for out-of-order HTML streaming

By

theanonymousone

5d ago· 11 min readenNews

Summary

Chrome 148 introduces declarative partial updates, enabling out-of-order streaming of HTML content. This allows web developers to stream HTML fragments in any order, improving perceived performance for modern web apps. The article explains the new HTML insertion and streaming methods available for testing, covering how developers can leverage these capabilities to build faster, more responsive web applications by breaking free from traditional top-to-bottom HTML delivery.

Key quotes

· 3 pulled
The web has long since moved on from the static, document-driven medium that it started as.
HTML, despite all its advances, is still delivered in-order in a top-to-bottom fashion with little regard for when content is ready or when the user consumes it.
CSS lets you change the ordering of content visually, but the underlying HTML delivery remains sequential.
Snippet from the RSS feed
Learn about new out-of-order streaming capabilities and the renewed HTML insertion and streaming methods available for testing from Chrome 148

You might also wanna read