Site logo Devel without a Cause

HTML fragments

Experimenting with shipping HTML content over the wire post-initial page load using web standards.

  1. HTML Fragments Routing

    - Let's build a router by fetching each route as an HTML fragment!

  2. Streamable HTML Fragments

    - HTML fragments part 2: Streaming tweets. Search the far corners of web standards to learn how we can *stream* HTML fragments directly into the DOM.

  3. A Simpler HTML-over-the-Wire

    - Is it possible to build an HTML-over-the-wire application with only native web technologies? See how far can we go with zero custom tooling, and how the web specification can change to support it.