Comment by akdor1154
Comment by akdor1154 10 hours ago
Damn it's nice reading a simple static site like this. Links open instantly to the next fully laid out page of content. If only the rest of the web could be like this..
Comment by akdor1154 10 hours ago
Damn it's nice reading a simple static site like this. Links open instantly to the next fully laid out page of content. If only the rest of the web could be like this..
Worth nothing, that react application (using React Server Components?)! If you have javascript enabled, it renders as a single page app, fetching each additional page via an API. If you disable JS, it renders it all on the server.
yes, that's why performance metric and on low-powered phones is so terrible. Look at that: https://pagespeed.web.dev/analysis/https-http3-explained-hax...
That is a striking difference between mobile and desktop, why is that? (Also that is a very interesting site)
That's because on mobile, PageSpeed (which is a hosted version of the Ligthhouse dev tools you also have in Chrome) simulates a low-end Android device on a slow 3G network, which is what a lot of website visitors actually use (as opposed to the web developer using the newest iPhone on great WiFi).
That's why content-driven websites should not be an SPA, and why I built https://mastrojs.github.io
The introduction has a "help out" section which links to the github repo: https://github.com/bagder/http3-explained
After a quick google: https://github.com/bagder/http3-explained
(using a search engine is faster than asking for a link on HN)
Damn it's nice to log onto Hacker News and see yet another top comment on an interesting article be bike shedding about webshit. And also wrong because if you crack open your react dev tools and have a peak inside the 2MB of javascript you'll see that this site is still everything you despise.
Gitbook is not a simple static site generator.
There are a also ton of outbound requests for JS on first load.
[0]: view-source:https://http3-explained.haxx.se/