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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What would you choose, why? Javascript Frameworks or core Javascript?

4 点作者 yashness超过 11 年前

3 条评论

CyberFonic超过 11 年前
I&#x27;ve tried several well known (and regarded) JS Frameworks. They are great up to a point. Then I get stuck - digging into the source code, re-reading the doco etc. The corner cases brought up by my projects means writing some core JS. So I did learn a lot of neat techniques, etc. So there is value in that.<p>These days, I mostly use core JS. I find it easier to use the tested modules that work with the types of projects I happen to work on.
CyberFonic超过 11 年前
Are you sure you are not conflating DOM and browser idiosyncrasies with core JS. ECMA-262 is a well defined language, very much influenced by Scheme but in curly-brace (i.e. C, C++, C#, Java like) camouflage.
codezero超过 11 年前
Can you edit this to include Ask HN: in the beginning?