HTML fragments
Experimenting with shipping HTML content over the wire post-initial page load using web standards.
-
HTML Fragments Routing
- Let's build a router by fetching each route as an HTML fragment!
-
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.
-
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.