提问 HN:Claude Code 的出现,是否会减少对前端框架的需求?

4作者: ex-aws-dude大约 1 个月前
使用 Claude 编写代码会让你更倾向于还是更不倾向于使用前端框架? 我用它开发内部工具已经有一段时间了,它能仅用纯 HTML/CSS/JS 构建复杂应用程序,这给我留下了深刻的印象。 以前我用 React,但现在我不太清楚我为什么要这么做,因为无论如何我都会通过 Claude 进行开发。 感觉框架几乎只是一个实现细节。 我发现自己也越来越少地使用库了。 这有点让你产生“不要重复发明轮子”的综合症,因为有时自己动手的时间成本很低。
查看原文
Does using claude code make you more&#x2F;less likely to use front end frameworks?<p>I&#x27;ve been using it for a while to develop internal tools and I&#x27;ve been really impressed at how you can build complex applications with just pure HTML&#x2F;CSS&#x2F;JS<p>Previously I&#x27;d use React but now its not as clear to me the reason I would do that since either way I would just be developing through Claude.<p>It feels almost like the framework is just an implementation detail.<p>I find myself using a lot less libraries in general as well.<p>It kind of gives you a bit of NIH syndrome since the time cost is so low to roll your own sometimes.