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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: High Quality JavaScript Code Bases?

4 点作者 atomicnature10 个月前
Are there any JS projects which you consider to be top notch and worthy of emulation.<p>Library code is OK, but extra +1 if you can point me towards any extremely well done application level JS.<p>Thanks.

4 条评论

simonhfrost10 个月前
Although it&#x27;s not my stack of choice, it&#x27;s generally a good starting point:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ixartz&#x2F;SaaS-Boilerplate">https:&#x2F;&#x2F;github.com&#x2F;ixartz&#x2F;SaaS-Boilerplate</a>
krapp10 个月前
JQuery.<p>I&#x27;m serious. Every time I see modern JS I look back at the JQuery ecosystem and it seems like we were all expelled from paradise. Elegant, modular, flexible, simple. Easy to use and extend. Even had a GUI library. No need for cross-compilation. No need for a package manager with a centralized namespace and a brittle and easily sabotaged dependency tree, because the web itself is the package manager (as God intended.)
评论 #40885374 未加载
sandreas10 个月前
Apache Guacamole<p>Extremely elegant ES5 project<p><a href="https:&#x2F;&#x2F;github.com&#x2F;apache&#x2F;guacamole-client">https:&#x2F;&#x2F;github.com&#x2F;apache&#x2F;guacamole-client</a> (mirror)
thorin10 个月前
I remember jquery being an early classic with some annotated versions being available when I had an interest in learning js. No idea how much it has dated now.