Remix.run Logo
akdor1154 5 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..

Razengan a few seconds ago | parent | next [-]

But how will the author know the last 500 websites you visited and where your eyes are looking right now and what you ate last Tuesday? They should put some AnAlYtIcS in.

fkyoureadthedoc 17 minutes ago | parent | prev | next [-]

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.

INTPenis 5 hours ago | parent | prev | next [-]

Agreed but where is the actual git repo? I see a text saying this "contents get updated automatically on every commit to this git repository" but where is "this git repository"?

I can't find a link to the source anywhere.

rchard2scout 5 hours ago | parent | next [-]

The introduction has a "help out" section which links to the github repo: https://github.com/bagder/http3-explained

dobladov 5 hours ago | parent | prev | next [-]

https://github.com/bagder/http3-explained

Cthulhu_ 5 hours ago | parent | prev [-]

After a quick google: https://github.com/bagder/http3-explained

(using a search engine is faster than asking for a link on HN)

Zambyte 4 hours ago | parent [-]

I found it on HN faster than I could have with a search engine because they asked :)

madeofpalk 3 hours ago | parent | prev [-]

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.

mb2100 an hour ago | parent | next [-]

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...

flykespice 8 minutes ago | parent [-]

That is a striking difference between mobile and desktop, why is that? (Also that is a very interesting site)

mb2100 a minute ago | parent [-]

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

cwillu 21 minutes ago | parent | prev | next [-]

Ugh, that explains why it hangs for a quarter second any time I scroll with the mousewheel.

tomalbrc 2 hours ago | parent | prev [-]

Wow almost as good as handwritten HTML!