TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: The new “back to HTML” trend

8 点作者 warpech将近 5 年前
This year, we can see a renaissance of (mostly) JavaScript-less websites and web apps, as an answer to the &quot;Website obesity crisis&quot; [1].<p>A recent prominent example is that &quot;Hey.com UI is 100% HTML&quot; [2]. Other compelling examples that I&#x27;ve seen are: &quot;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.&quot; [3] or LOW←TECH MAGAZINE, a &quot;solar-powered website&quot; [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:&#x2F;&#x2F;idlewords.com&#x2F;talks&#x2F;website_obesity.htm [2] https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23536517 [3] https:&#x2F;&#x2F;twitter.com&#x2F;zachleat&#x2F;status&#x2F;1169998370041208832 [4] https:&#x2F;&#x2F;solar.lowtechmagazine.com&#x2F;about.html

3 条评论

open-source-ux将近 5 年前
UK government websites and associated services have been designed to work without JavaScript (<a href="https:&#x2F;&#x2F;www.gov.uk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gov.uk&#x2F;</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:&#x2F;&#x2F;www.gov.uk&#x2F;service-manual&#x2F;technology&#x2F;using-progressive-enhancement" rel="nofollow">https:&#x2F;&#x2F;www.gov.uk&#x2F;service-manual&#x2F;technology&#x2F;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:&#x2F;&#x2F;gds.blog.gov.uk&#x2F;2013&#x2F;10&#x2F;21&#x2F;how-many-people-are-missing-out-on-javascript-enhancement&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gds.blog.gov.uk&#x2F;2013&#x2F;10&#x2F;21&#x2F;how-many-people-are-missi...</a>
runawaybottle将近 5 年前
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.
评论 #23748346 未加载
cell9840179419将近 5 年前
Wow.. any resources for this type of architecture?