Out-Of-Order HTML Streaming without JavaScript*, using Declarative Shadow DOM, as described in the recent article by Chris Haynes, going back to the older article by Stoyan Stefanov.
This repository contains a server-side demo code in PHP and Node.js.
You may need to turn off output buffering in your web server and enable chunked transfer encoding for HTML streaming to work.
* except optional tiny Declarative Shadow DOM polyfill for older browsers.
© 2024 Jerzy Głowacki under MIT License