The counterargument: In Defence of the Single Page Application: https://williamkennedy.ninja/javascript/2022/05/03/in-defenc...
Building an HTML-first site doubled our users overnight
51–60 of 605 posts
Re: Building an HTML-first site doubled our users overnight
#52Don't get me wrong, I actually have enjoyed React over these past 10 years. But, including it blindly is just silly.
Re: Building an HTML-first site doubled our users overnight
#53Designing for failure modes (bad network, old devices, no JS) often leads to better systems even in the happy path. This is a good case study of that.
Re: Building an HTML-first site doubled our users overnight
#54Earlier quoted context omitted.
Not on their iPhones operating over 5G or the corporate WiFi.
Read the article. Typical users had old browsers often with poor reception. One user was using a PlayStation Portable which had very limited WWW capability.
Re: Building an HTML-first site doubled our users overnight
#55I have done exactly that on a project that was under similar constraints. The UI models live in .tsx files and the browser gets pure HTML with zero JS by default.
Re: Building an HTML-first site doubled our users overnight
#56Earlier quoted context omitted.
Funny enough. I’m opening this on mobile internet connection and it stuck at loading spinner. I don’t know if the problem is with my internet (probably not) or support for mobile so I can’t even read the content.
I think that's the joke :) all other articles load fine instantly, just this one that has a spinner
Re: Building an HTML-first site doubled our users overnight
#57Having been building websites since the mid 90's, I laugh at terms like "HTML-first website"
Re: Building an HTML-first site doubled our users overnight
#58why not take the html5 standard (see https://html.spec.whatwg.org/ ) and if needed (dont think so for these use cases... "for clients ranging from energy companies to political parties") htmx or alpinejs ...