写过手写 HTML 的开发者:现代前端开发指南
A field guide to the modern front end for developers who hand-wrote HTML

原始链接: https://davidpoblador.com/deep-dives/the-descent/

网页开发已经从简单的 FTP 上传演变成了一个复杂且工具繁多的生态系统。曾经,开发者只需管理简单的 HTML 文件,如今却要面对令人眼花缭乱的软件包和构建流程。 然而,这种复杂性并非随意产生。每一个工具都是“伤痕”——是针对网络在扩展过程中出现的特定历史问题所提出的解决方案。现代开发技术栈只是二十年来针对真实痛点进行增量式修复后的累积结果。 通过追踪一个 `

相关文章

原文

In 2008 you saved a file called index.html, dragged it onto an FTP client, and watched a little progress bar crawl to the right. When it finished, your website existed. It worked in Internet Explorer and Firefox and that new one called Chrome. You did not run a "build." You did not install 1,400 packages. You wrote the markup, you wrote the styles, and the browser did exactly what you told it.

You were good at this. Then, somewhere between the launch of the iPhone and now, you blinked, and the entire discipline rebuilt itself from the studs while you were busy shipping actual products. Now a beginner's tutorial opens with sixteen tools you've never heard of, half of them named after Japanese words for "fast," and the first command downloads more code than the Apollo guidance computer ran on, just to render a contact form.

Here is the good news, and it's the thesis of this whole descent: none of it is arbitrary. Every tool you're about to meet is scar tissue grown over a real wound. Somebody hit a genuine problem, built a fix, and the fix created the next problem, which got its own fix, and the sum of two decades of reasonable steps is the magnificent, exhausting cathedral of madness you're staring up at today.

So we won't memorize a list. We'll dig, in order, and let each tool show up exactly when the pain that justifies it shows up. We'll keep checking on one specimen the whole way down, a single humble <button>, and watch what the industry does to it. And when we hit bedrock, you're going to laugh, because the frontier of 2026 looks an awful lot like the file you uploaded over FTP.

Every tool is scar tissue over a real wound. Follow the wounds, and the map draws itself. The one idea that unlocks everything

联系我们 contact @ memedata.com