https://github.com/knowler/future-web-experiment
Imagining what an HTTP/2-only website could be like. Plus, other ideas.
https://github.com/knowler/future-web-experiment
Last synced: 3 months ago
JSON representation
Imagining what an HTTP/2-only website could be like. Plus, other ideas.
- Host: GitHub
- URL: https://github.com/knowler/future-web-experiment
- Owner: knowler
- Created: 2020-12-16T06:19:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T06:19:35.000Z (over 5 years ago)
- Last Synced: 2025-01-20T11:30:14.748Z (over 1 year ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Imagining an HTTP/2-only website without needing to worry about asset bundling.
Playing out some other ideas here like reserved usage of `div`s and `span`s
since they just clutter source code. Instead, using JS-less custom elements
which have semantic meaning for the reader of the code (maybe not the browser or
any accessibility API). Might be a bad idea, but whatever, this is just an
experiment.