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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Directory of JS Libs

9 点作者 mouly超过 12 年前
I see at least one new JS lib being announced via the front page of HN everyday. Makes me wonder if there is a central place for discovering all the libraries, like an app store for JS libraries.<p>How do you keep track of the latest in the world of JS?

4 条评论

rodw超过 12 年前
At the risk of stating the obvious, if you're doing server-side JavaScript/Node, there is <a href="https://npmjs.org/" rel="nofollow">https://npmjs.org/</a> or simply `npm search` from the command line.
HarshaThota超过 12 年前
<a href="http://dailyjs.com/" rel="nofollow">http://dailyjs.com/</a> and <a href="http://microjs.com/" rel="nofollow">http://microjs.com/</a> have been pretty useful for me.
jmsduran超过 12 年前
Right now I just bookmark its github/website as I find them. Not exactly the most efficient way to do things, but it does the job for now.
s3b超过 12 年前
You should have a look at <a href="http://badassjs.com/" rel="nofollow">http://badassjs.com/</a>