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: Simple, fast JavaScript Framework?

3 pointsby Slashedover 15 years ago
Hi, Can you suggest a basic JavaScript framework, please? Basically, it should be: 1. Compatible with most browsers. 2. Only DOM manipulation(select elements by ID and class, listen to events, etc.) No animation stuff is needed. 3. Very fast, very small. -- Basically, I could stick with JQuery, Dojo since I know these two. But is there any good alternative which does only the most basic stuff? Thank you in advance.

2 comments

mbrubeckover 15 years ago
I'd look into jQuery 1.4 (currently in alpha), which is broken into modules so that you can use less of it. This isn't yet released, but it's possible to build and use it from the source tree. See the comments in <i>build.xml</i> for instructions on building a smaller jQuery.<p>There's also <a href="http://xuijs.com/" rel="nofollow">http://xuijs.com/</a> which is very minimal and targeted specifically at mobile browsers. It may not support older desktop browsers, though.
评论 #1037821 未加载
parasctrover 15 years ago
use YUI 3.0.