TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: JQuery vs Google Closure

6 pointsby rushabhalmost 14 years ago
We are evaluating building a complex javascript / ajax web app.<p>What is the general opinion on HN on the above libraries? Google Closure hardly gets any mention so want to know if there are any developers out there who use Closure and what has been the experience?<p>Any other suggestions (backbone?) are also welcome

2 comments

jjmalmost 14 years ago
They both provide pretty much the same features, but jQuery has had more time and exposure so It is 'probably' a tad more stable.<p>With regard to backbone and the like it really all depends on your ppl resources. If you want corp support you can forget about it. Sencha's ExtJs might be a better fit.<p>Also note that backbone and almost all the wonderful modules out there haven't even reached 1.0. It is perhaps this that makes Googles offering compelling as they use this internally and relies on a stable API/codebase.<p>For the record, I am a big backbone, coffeescript fan.
评论 #2758317 未加载
rushabhalmost 14 years ago
Thanks everyone for the comments. Found a relating discussion on Stack Overflow too: <a href="http://stackoverflow.com/questions/1690197/what-does-google-closure-library-offer-over-jquery" rel="nofollow">http://stackoverflow.com/questions/1690197/what-does-google-...</a>