Declarative Partial Updates Proposal
github.com·23h·
Discuss: Hacker News

Declarative partial updates

HTML primitives for updating parts of a document without a full page refresh Addresses whatwg/html#2142 and whatwg/html#2791 in a unified manner.

Status of this document

This is an living explainer. It is continuously updated as we receive more feedback and update the design and the prototypes.

Overview

Full page refresh

Since the early days of the web, developers were seeking ways to work around the “document refresh” experience - having to wait when clicking a link until the next page is brought up. Solutions to this problem have proliferated in the shape of JS-based “Single page applications” (SPAs), and frameworks that make it easier to buil…

Similar Posts

Loading similar posts...