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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Stop Using jQuery. Use Javascript. Use Nodejs.

7 点作者 donbronson超过 13 年前

4 条评论

videoappeal超过 13 年前
Bad advice.<p>Coffeescript isnt a framework, it is a language.<p>So for your DOM manipulation you say you understand the quirks and difference between WebKit and IE7, what about the host of over rendering engines, mobile/tablet/desktop and different OS editions. I bet there exists dozen of bugs in your implementation. But thats how startups waste money I guess. If JQuery isnt your style use another abstraction library or a lightweight version of jQuery, combined with minification, gzipping or a CDN, rolling your own (at your current level) is just STUPID, risky and a waste of money. Typical NIH.
indspenceable超过 13 年前
I don't follow why not to use jQuery. Because then you can roll your own library, and deal with the bugs that they've already fixed when making jQuery? And also you can implement all of the browser dependent cases yourself?<p>Help me out, here.
评论 #3565358 未加载
评论 #3565324 未加载
kayman超过 13 年前
Coffeescript makes it more fun to code javascript. Node.js is icing. Would be interested in production setup of Node.js
tjholowaychuk超过 13 年前
people need to actually learn javascript / the dom etc.. all this indirection (coffeescript / jquery) just dumbs people down, at very least do yourself a favour and learn (at least some) of the underlying tech first
评论 #3566619 未加载
评论 #3565613 未加载
评论 #3565698 未加载