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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to learn Node.js & Frontend JS Frameworks?

1 点作者 marvinsum大约 12 年前
So I have a basic understanding of JS and jQuery. I'd like to expand that to the backend with Node.js, Express, etc., as well as some frontend JS frameworks. I've tried a couple times to learn, but the tutorials or books that I've used have been either too simple or too difficult.<p>What are some good resources out there and how do people become better at JavaScript?

1 comment

pacomerh大约 12 年前
Just build your own tools, like small libraries, ,maybe event handlers, pub/subs. For node, build a basic CRUD system. Building things will force you to do research on the stuff you need to know.