4 Dominant Themes inthe Discussion
| # | Theme | Supporting Quote |
|---|---|---|
| 1 | HTML‑first / progressive enhancement – sites that work without JavaScript are preferred for accessibility, reliability, and low‑end devices. | “A venerable web application pattern that has had a small modern renaissance thanks to Remix, form submissions and redirects took a while to explain to my colleagues, on account of everyone being used to heavily client‑side web applications.” — simonw |
| “It’s eye opening.” — dormento (about explaining that you don’t need JS for file uploads) | ||
| “If it’s not broken, don’t fix it. If it is broken, fix it with the simplest solution that works.” — whstl (paraphrasing the absurd “give a craftsman terrible tools…” comment) | ||
| 2 | Meta‑frameworks that champion opt‑in defaults (Astro, Remix, HTMX) are seen as the modern “HTML‑first” inspiration. | “I’d be curious to see the stats on how often Next.js users lean into the server component model… Astro makes you think about this stuff up‑front via opt‑in rather than opt‑out.” — afavour |
| “Remix brought back interest in Form Actions and other meta frameworks took inspiration from that.” — pspeter3 | ||
| 3 | Performance & empathy for users on limited hardware/bandwidth – heavy JavaScript bundles are viewed as disrespectful or wasteful. | “Shipping tens of megabytes per web page is impolite, if not outright disrespectful to users.” — ai_slop_hater |
| “I’ve seen JS/JSON parsing times in the multiple seconds on low‑end Android phones…” — jorisw | ||
| 4 | Anecdotal evidence of form‑completion gains when JS is removed – users completing forms doubled when the site fell back to plain HTML. | “When we launched, the number of people completing the form doubled. The analytics people didn’t even know where these users were coming from…” — yCombLinks |
| “It’s a joke/sarcasm… All I got is a ‘loading’ animation. Gave up after 10 seconds. So, not a counter‑argument, but a confirmation of the article’s thesis.” — pegasus (referring to the spinner on the article page) |
Bottom line: The conversation circles around a revival of simple, HTML‑first web development, driven by meta‑frameworks that let you opt‑in to client‑side features, a strong concern for performance on modest devices, and concrete anecdotes showing that dropping unnecessary JavaScript can dramatically improve user outcomes.