This year, we can see a renaissance of (mostly) JavaScript-less websites and web apps, as an answer to the "Website obesity crisis" [1].<p>A recent prominent example is that "Hey.com UI is 100% HTML" [2]. Other compelling examples that I've seen are: "It’s perceivably faster to load 8.5 megabytes of HTML than it is to load a single tweet with a client-side React app." [3] or LOW←TECH MAGAZINE, a "solar-powered website" [4].<p>The numerous examples show that this is a trend now. I am looking for other compelling examples and explorations of this trend.<p>Do you think it is an important trend to copy, or mostly irrelevant gimmick (similar to code golf excercises)?<p>[1] https://idlewords.com/talks/website_obesity.htm
[2] https://news.ycombinator.com/item?id=23536517
[3] https://twitter.com/zachleat/status/1169998370041208832
[4] https://solar.lowtechmagazine.com/about.html
UK government websites and associated services have been designed to work without JavaScript (<a href="https://www.gov.uk/" rel="nofollow">https://www.gov.uk/</a>).<p>They have blogged about this a few times:<p><i>Building a resilient frontend using progressive enhancement</i> (Dec 2019)<p><a href="https://www.gov.uk/service-manual/technology/using-progressive-enhancement" rel="nofollow">https://www.gov.uk/service-manual/technology/using-progressi...</a><p>Here is a much earlier (2013) blog article but still relevant<p><i>How many people are missing out on JavaScript enhancement?</i> (Oct 2013)<p><a href="https://gds.blog.gov.uk/2013/10/21/how-many-people-are-missing-out-on-javascript-enhancement/" rel="nofollow">https://gds.blog.gov.uk/2013/10/21/how-many-people-are-missi...</a>
It’s tough to say. Many teams are going on a Graphql adventure, and I’m not sure how we’re going to avoid things like React when Apollo is being seen as the default client framework.<p>These things are not set in motion based out of need from the average developer, we have to examine the trends in conference talks to pinpoint who is controlling the zeitgeist here.<p>The JavaScript Illuminati is real.